Skip to content

Commit f4b9f00

Browse files
committed
⮸ Update syntax setting the path output
1 parent e8a1ab2 commit f4b9f00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ runs:
5252
# NOTE: is supposedly happening because `shell: bash` uses Git Bash (v4)
5353
# NOTE: and not MINGW Bash (v5) which does not have this problem.
5454
id: workdir
55-
run: echo "::set-output name=path::$(pwd)"
55+
run: >-
56+
echo path="$(pwd)" >> "${GITHUB_OUTPUT}"
5657
working-directory: ${{ github.workspace }}
5758
shell: bash
5859
- name: Get the source out of the tarball

0 commit comments

Comments
 (0)