Skip to content

Commit 677e896

Browse files
committed
Add more info
1 parent 3e7c6b6 commit 677e896

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

docs-publish/action.yaml

+4-6
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ inputs:
1313
- dryrun
1414
required: true
1515
default: dryrun
16-
tag:
17-
description: "Tag to build and deploy"
18-
type: string
19-
required: true
2016
# aws-access-key:
2117
# description: If the action should run `pixi run install`
2218
# required: false
@@ -49,12 +45,14 @@ runs:
4945
using: "composite"
5046
steps:
5147
- shell: bash -e {0}
48+
id: vars
5249
run: |
53-
echo "tag=${GITHUB_REF#refs/*/}"
50+
echo "tag=${GITHUB_REF#refs/*/}" > $Git
5451
echo ${{ inputs.path }}
5552
ls ${{ inputs.path }}
5653
echo ${{ inputs.target }}
57-
echo ${{ inputs.tag }}
54+
echo ${{ github.event_name }}
55+
echo ${{ github.event.inputs.target }}
5856
# - name:
5957
# - name: Test
6058
# id: vars

0 commit comments

Comments
 (0)