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.
path
1 parent e8a1ab2 commit f4b9f00Copy full SHA for f4b9f00
action.yml
@@ -52,7 +52,8 @@ runs:
52
# NOTE: is supposedly happening because `shell: bash` uses Git Bash (v4)
53
# NOTE: and not MINGW Bash (v5) which does not have this problem.
54
id: workdir
55
- run: echo "::set-output name=path::$(pwd)"
+ run: >-
56
+ echo path="$(pwd)" >> "${GITHUB_OUTPUT}"
57
working-directory: ${{ github.workspace }}
58
shell: bash
59
- name: Get the source out of the tarball
0 commit comments