mirror of
https://github.com/gradle/actions.git
synced 2025-11-26 17:09:10 +08:00
Make it easier to run workflows locally with 'act'
This commit is contained in:
1
.github/actions/init-integ-test/action.yml
vendored
1
.github/actions/init-integ-test/action.yml
vendored
@@ -11,6 +11,7 @@ runs:
|
||||
|
||||
# Downloads a 'dist' directory artifact that was uploaded in an earlier 'build-dist' step
|
||||
- name: Download dist
|
||||
if: ${{ !env.ACT }}
|
||||
uses: actions/download-artifact@v4
|
||||
with:
|
||||
name: dist
|
||||
|
||||
Reference in New Issue
Block a user