Skip to content

Commit

Permalink
chore(repo): fix branch targets and checkout in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
shellscape committed Sep 19, 2023
1 parent c362cef commit 72a816e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Checkout Commit
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Checkout Main
run: git branch -f main origin/main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

steps:
- name: Checkout Commit
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Checkout Main
run: git branch -f main origin/main
Expand Down

0 comments on commit 72a816e

Please sign in to comment.