Skip to content

Commit d196362

Browse files
authored
🤦‍♀️ copy-paste bug fix (github#19087)
1 parent cb728b0 commit d196362

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/enterprise-dates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ jobs:
3131
echo 'The repo is currently frozen! Exiting this workflow.'
3232
exit 1 # prevents further steps from running
3333
34-
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
35-
if: steps.existingIssue.outputs.deprecationIssue == 'false' || steps.existingIssue.outputs.releaseIssue == 'false'
34+
- name: Checkout repository code
35+
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
3636

3737
- name: Run script/update-enterprise-dates.js
3838
run: |

0 commit comments

Comments
 (0)