We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206d13f commit 119c067Copy full SHA for 119c067
action.yml
@@ -22,7 +22,7 @@ runs:
22
art = os.environ["ARTIFACT"]
23
print(f"artifact={art}-{rnd}", file=f)
24
env:
25
- artifact: ${{ inputs.artifact }}
+ ARTIFACT: ${{ inputs.artifact }}
26
shell: python
27
- name: Rename file
28
run: mv ${{ inputs.file }} ${{ steps.meta.outputs.file }}
0 commit comments