Compare commits

...

4 Commits

Author SHA1 Message Date
Vallie Joseph
0135fee5d7 testing abort 2023-12-18 19:26:23 +00:00
Rob Herley
1bd0606e08 Merge pull request #252 from stchr/patch-1
fix default for run-id
2023-12-15 14:17:02 -05:00
Simon Stücher
eff4d42b1f fix default for run-id
See https://github.com/actions/download-artifact/blob/main/action.yml#L25
2023-12-15 12:56:01 +01:00
Rob Herley
4e2cbd8192 Merge pull request #247 from actions/robherley/misc-updates
Some cleanup
2023-12-14 15:14:24 -05:00
2 changed files with 28892 additions and 3314 deletions

View File

@@ -65,7 +65,7 @@ For more information, see the [`@actions/artifact`](https://github.com/actions/t
# The id of the workflow run where the desired download artifact was uploaded from.
# If github-token is specified, this is the run that artifacts will be downloaded from.
# Optional. Default is ${{ github.repository }}
# Optional. Default is ${{ github.run_id }}
run-id:
```

32204
dist/index.js vendored

File diff suppressed because one or more lines are too long