Skip to content

Commit

Permalink
try getting into the next step
Browse files Browse the repository at this point in the history
  • Loading branch information
vaibhavppandey authored Jul 16, 2023
1 parent 76a6534 commit 19f17a6
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/4-add-branch-protections.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:

# TODO: figure out a better way to deal with the lock on `main`, merge conflict this creates
# In README.md, switch step 4 for step 5.
# - name: Update to step 5
# uses: skills/action-update-step@v2
# with:
# token: ${{ secrets.GITHUB_TOKEN }}
# from_step: 4
# to_step: 5
# branch_name: ci
- name: Update to step 5
uses: skills/action-update-step@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
from_step: 4
to_step: 5
branch_name: ci

0 comments on commit 19f17a6

Please sign in to comment.