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 bf0b9f1 commit 271cf3cCopy full SHA for 271cf3c
action.yml
@@ -135,7 +135,7 @@ runs:
135
run: |
136
# Create Docker container action
137
python ${{ github.action_path }}/create-docker-action.py
138
- echo "path=$(realpath -s --relative-to="$(pwd)" '${{
+ echo "path=$(realpath -s --relative-to=. '${{
139
github.action_path
140
}}')" | tee -a "${GITHUB_OUTPUT}"
141
env:
0 commit comments