We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c80531b commit 1247dd4Copy full SHA for 1247dd4
Actions/Comment/action.yml
@@ -22,7 +22,7 @@ name: Comment
22
runs:
23
steps:
24
- name: Setup Swift, Mint, Cache, etc.
25
- uses: ./Actions/SetUp
+ uses: ${{ github.action_path }}/../SetUp
26
- env:
27
ANCHOR: ${{ inputs.anchor }}
28
BODY: ${{ inputs.body }}
Actions/Release/action.yml
@@ -19,7 +19,7 @@ name: Release
19
20
21
OWNER: ${{ inputs.owner }}
REF: ${{ inputs.ref }}
0 commit comments