Skip to content

Commit bf0b9f1

Browse files
committed
debug! tee
1 parent 39a5f92 commit bf0b9f1

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
@@ -137,7 +137,7 @@ runs:
137137
python ${{ github.action_path }}/create-docker-action.py
138138
echo "path=$(realpath -s --relative-to="$(pwd)" '${{
139139
github.action_path
140-
}}')" >> "${GITHUB_OUTPUT}"
140+
}}')" | tee -a "${GITHUB_OUTPUT}"
141141
env:
142142
REF: ${{ steps.set-repo-and-ref.outputs.ref }}
143143
REPO: ${{ steps.set-repo-and-ref.outputs.repo }}

0 commit comments

Comments
 (0)