Skip to content

Commit

Permalink
Update add-checks.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 12, 2024
1 parent 94bdf14 commit 1bec392
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/add-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

- name: Create branch protection
run: |
BRANCH_NAME=develop
BRANCH_NAME="develop"
GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}
# Get the repository information
REPO_OWNER=Rakshithb1
REPO_NAME=commons
REPO_OWNER="Rakshithb1"
REPO_NAME="commons"
# Create a branch protection rule using GitHub API
curl -X PUT \
Expand Down

0 comments on commit 1bec392

Please sign in to comment.