File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ name: Comment
22
22
runs :
23
23
steps :
24
24
- name : Setup Swift, Mint, Cache, etc.
25
- uses : Wei18/GitHubSwiftActions/ Actions/SetUp@main
25
+ uses : ./ Actions/SetUp
26
26
- env :
27
27
ANCHOR : ${{ inputs.anchor }}
28
28
BODY : ${{ inputs.body }}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ name: Release
19
19
runs :
20
20
steps :
21
21
- name : Setup Swift, Mint, Cache, etc.
22
- uses : Wei18/GitHubSwiftActions/ Actions/SetUp@main
22
+ uses : ./ Actions/SetUp
23
23
- env :
24
24
OWNER : ${{ inputs.owner }}
25
25
REF : ${{ inputs.ref }}
Original file line number Diff line number Diff line change 6
6
with :
7
7
swift-version : 5.10.0
8
8
- 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
10
10
shell : bash
11
11
- name : Setup Mint
12
12
uses : irgaly/setup-mint@v1
You can’t perform that action at this time.
0 commit comments