Compare commits
7 commits
Author | SHA1 | Date | |
---|---|---|---|
deb9a27605 | |||
149151acd0 | |||
2cad2036e4 | |||
d227f9f825 | |||
15d2e01f70 | |||
1510a238a8 | |||
e73c1b4ed0 |
1 changed files with 5 additions and 3 deletions
|
@ -41,9 +41,11 @@ runs:
|
|||
# https://github.com/actions/runner/issues/3046
|
||||
# Forgejo tries to download this remote action even if it's not needed :
|
||||
# uncomment if you want to run this action in Github.
|
||||
#- name: Expose GitHub Runtime
|
||||
# if: env.ACTIONS_RUNTIME_TOKEN == ''
|
||||
# uses: "https://github.com/crazy-max/ghaction-github-runtime@v3"
|
||||
# (uncommented for Github's version)
|
||||
- name: Expose GitHub Runtime
|
||||
if: env.ACTIONS_RUNTIME_TOKEN == ''
|
||||
# uses: "https://github.com/crazy-max/ghaction-github-runtime@v3"
|
||||
uses: crazy-max/ghaction-github-runtime@v3
|
||||
|
||||
- name: Upload artifact (using v4)
|
||||
shell: sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue