mirror of
https://github.com/actions/javascript-action.git
synced 2025-04-06 15:29:40 +00:00
Clarify comments
This commit is contained in:
7
.github/workflows/check-dist.yml
vendored
7
.github/workflows/check-dist.yml
vendored
@ -49,7 +49,8 @@ jobs:
|
|||||||
id: build
|
id: build
|
||||||
run: npm run bundle
|
run: npm run bundle
|
||||||
|
|
||||||
# This will fail the workflow if the PR wasn't created by Dependabot.
|
# This will fail the workflow if the `dist/` directory is different than
|
||||||
|
# expected.
|
||||||
- name: Compare Directories
|
- name: Compare Directories
|
||||||
id: diff
|
id: diff
|
||||||
run: |
|
run: |
|
||||||
@ -59,8 +60,8 @@ jobs:
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# If `dist/` was different than expected, and this was not a Dependabot
|
# If `dist/` was different than expected, upload the expected version as a
|
||||||
# PR, upload the expected version as a workflow artifact.
|
# workflow artifact.
|
||||||
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
|
- if: ${{ failure() && steps.diff.outcome == 'failure' }}
|
||||||
name: Upload Artifact
|
name: Upload Artifact
|
||||||
id: upload
|
id: upload
|
||||||
|
Reference in New Issue
Block a user