Skip to content

Commit

Permalink
Update newcheck.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Rakshith B <[email protected]>
  • Loading branch information
Rakshithb1 authored Jan 16, 2024
1 parent 5dbb828 commit 28d2a06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/newcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
-d "{\"contexts\":[\"$CHECKS\"]}"
done
- name: Get branch protection rule
- name: Delete branch protection rule
if: "${{ contains(github.event.inputs.api_method, 'Delete') }}"
run: |
tail -n +2 .github/workflows/check.csv | while IFS=, read -r REPO_NAME BRANCH_NAME CHECKS; do
Expand Down

0 comments on commit 28d2a06

Please sign in to comment.