Skip to content

Commit 1247dd4

Browse files
committed
Test
1 parent c80531b commit 1247dd4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: ./Actions/SetUp
25+
uses: ${{ github.action_path }}/../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: ./Actions/SetUp
22+
uses: ${{ github.action_path }}/../SetUp
2323
- env:
2424
OWNER: ${{ inputs.owner }}
2525
REF: ${{ inputs.ref }}

0 commit comments

Comments
 (0)