Skip to content

Commit c80531b

Browse files
committed
Update actions
1 parent f8de3fc commit c80531b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Actions/Comment/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ name: Comment
2222
runs:
2323
steps:
2424
- name: Setup Swift, Mint, Cache, etc.
25-
uses: Wei18/GitHubSwiftActions/Actions/SetUp@main
25+
uses: ./Actions/SetUp
2626
- env:
2727
ANCHOR: ${{ inputs.anchor }}
2828
BODY: ${{ inputs.body }}

Actions/Release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: Release
1919
runs:
2020
steps:
2121
- name: Setup Swift, Mint, Cache, etc.
22-
uses: Wei18/GitHubSwiftActions/Actions/SetUp@main
22+
uses: ./Actions/SetUp
2323
- env:
2424
OWNER: ${{ inputs.owner }}
2525
REF: ${{ inputs.ref }}

Actions/SetUp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ runs:
66
with:
77
swift-version: 5.10.0
88
- name: Create Mintfile
9-
run: echo Wei18/GitHubSwiftActions@main > ${{ github.action_path }}/Mintfile
9+
run: echo Wei18/GitHubSwiftActions@${{ github.action_ref }} > ${{ github.action_path }}/Mintfile
1010
shell: bash
1111
- name: Setup Mint
1212
uses: irgaly/setup-mint@v1

0 commit comments

Comments
 (0)