File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 create_merge_pr :
1212 name : Create PR to merge main into release branch
13- uses : swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@main
13+ uses : swiftlang/github-workflows/.github/workflows/create_automerge_pr.yml@0.0.2
1414 with :
1515 base_branch : release/6.3
1616 permissions :
Original file line number Diff line number Diff line change 9595 } >> "$GITHUB_OUTPUT"
9696 test :
9797 name : Test in ${{ matrix.release && 'Release' || 'Debug' }} configuration
98- uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
98+ uses : swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
9999 needs : create_release_commits
100100 strategy :
101101 fail-fast : false
You can’t perform that action at this time.
0 commit comments