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 39a5f92 commit bf0b9f1Copy full SHA for bf0b9f1
action.yml
@@ -137,7 +137,7 @@ runs:
137
python ${{ github.action_path }}/create-docker-action.py
138
echo "path=$(realpath -s --relative-to="$(pwd)" '${{
139
github.action_path
140
- }}')" >> "${GITHUB_OUTPUT}"
+ }}')" | tee -a "${GITHUB_OUTPUT}"
141
env:
142
REF: ${{ steps.set-repo-and-ref.outputs.ref }}
143
REPO: ${{ steps.set-repo-and-ref.outputs.repo }}
0 commit comments