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 508d00e commit 487306d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/newcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ jobs:
- name: Add branch protection rule
run: |
REPO_NAMES=(${{ steps.read-values.outputs.repo_names | toJson }})
BRANCH_NAMES=(${{ steps.read-values.outputs.branch_names | toJson }})
CHECKS=(${ { steps.read-values.outputs.checks } | toJson })
REPO_NAMES=${{ steps.read-values.outputs.repo_names.toJson() }}
BRANCH_NAMES=${{ steps.read-values.outputs.branch_names.toJson() }}
CHECKS=${{ steps.read-values.outputs.checks.toJson() }}
for i in $(seq 0 $((${#REPO_NAMES[@]} - 1))); do
REPO_NAME=${REPO_NAMES[$i]}
Expand Down

0 comments on commit 487306d

Please sign in to comment.