We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b09b7 commit 453292aCopy full SHA for 453292a
.github/workflows/celo-monorepo.yml
@@ -101,7 +101,7 @@ jobs:
101
# Get workdir local changes and fail if there are any change
102
- name: Verify Changed files
103
id: verify-changed-files
104
- uses: tj-actions/verify-changed-files@6ed7632824d235029086612d4330d659005af687
+ uses: tj-actions/verify-changed-files@4616eed12cee617b16fa9d0ef524f883d2a48a48
105
with:
106
fail-if-changed: 'true'
107
fail-message: 'Files changed during build. Please build locally and commit the changes.'
0 commit comments