We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb728b0 commit d196362Copy full SHA for d196362
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