We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 768e2b0 + c78c8ae commit e91c904Copy full SHA for e91c904
1 file changed
.github/workflows/enterprise-dates.yml
@@ -31,8 +31,8 @@ jobs:
31
echo 'The repo is currently frozen! Exiting this workflow.'
32
exit 1 # prevents further steps from running
33
34
- - uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
35
- if: steps.existingIssue.outputs.deprecationIssue == 'false' || steps.existingIssue.outputs.releaseIssue == 'false'
+ - name: Checkout repository code
+ uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
36
37
- name: Run script/update-enterprise-dates.js
38
run: |
0 commit comments