Skip to content

Commit

Permalink
Fix workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Feb 27, 2024
1 parent c7e0e36 commit 70acfed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Check out main branch
uses: connor-baer/action-sync-branch@1.0.3
uses: connor-baer/action-sync-branch@v1.0.3
with:
branch: ${{ env.TEST_BRANCH }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 70acfed

Please sign in to comment.