Skip to content

Commit 271cf3c

Browse files
committed
debug! dot
1 parent bf0b9f1 commit 271cf3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ runs:
135135
run: |
136136
# Create Docker container action
137137
python ${{ github.action_path }}/create-docker-action.py
138-
echo "path=$(realpath -s --relative-to="$(pwd)" '${{
138+
echo "path=$(realpath -s --relative-to=. '${{
139139
github.action_path
140140
}}')" | tee -a "${GITHUB_OUTPUT}"
141141
env:

0 commit comments

Comments
 (0)