Skip to content

Commit

Permalink
fix mistake
Browse files Browse the repository at this point in the history
Signed-off-by: pbio <[email protected]>
  • Loading branch information
paulbalaji committed Aug 23, 2024
1 parent ab2f43a commit dfa7c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-merge-prs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
echo "testing" > dummy_test_file.txt
git add dummy_test_file.txt
git commit -m "chore: merge main into ${{ matrix.name }}"
git push -fu main-to-${{ matrix.name }}
git push -fu origin main-to-${{ matrix.name }}
- name: Check and Create Pull Request
env:
Expand Down

0 comments on commit dfa7c90

Please sign in to comment.