Skip to content

Commit

Permalink
changed path for repo file
Browse files Browse the repository at this point in the history
  • Loading branch information
KalpanaReddyC committed Sep 7, 2023
1 parent 571bf39 commit 61e0e2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issue-forms-body-parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
- name: Create and Push New Branch
run: |
git checkout -b second-branch
git checkout -b third-branch
git add extracted-data.json
git add yaml-data.yml
git add .github/repos/repo-settings.yml
git commit -m "Add extracted-data.json"
git push --set-upstream origin second-branch
git push --set-upstream origin third-branch
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 61e0e2d

Please sign in to comment.