Skip to content

Commit

Permalink
Fix Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
philnewm committed Oct 1, 2024
1 parent ebb7f45 commit 3de3298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reset_test_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- name: Update protect_develop.json file
# TODO change develop to main
run: |
curl -O https://raw.githubusercontent.com/${{ github.repository }}/develop/branch_rules/protect_main.json
curl -O https://raw.githubusercontent.com/${{ github.repository }}/develop/branch_rules/protect_develop.json
cat protect_develop.json | jq '.bypass_actors[0].actor_id = ${{ secrets.ACTOR_ID_REPO_ROLE }} | .bypass_actors[1].actor_id = ${{ secrets.ACTOR_ID_TEAM }} | .bypass_actors[2].actor_id = ${{ secrets.ACTOR_ID_ORG_ADMIN }}' > protect_develop_insert.json
- name: Apply ruleset for 'develop'
Expand Down

0 comments on commit 3de3298

Please sign in to comment.