Skip to content

Commit dbaf559

Browse files
committed
ci: debug
1 parent 58c948f commit dbaf559

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/version/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ runs:
5050
5151
user="${{ github.actor == 'hauner' && github.actor != 'dependabot[bot]' }}"
5252
53+
echo "1"
54+
5355
if [[ "$user" == true && "$snapshot" == true ]]; then
5456
publish="true"
5557
else
@@ -60,4 +62,4 @@ runs:
6062
echo "snapshot=$snapshot" >> "$GITHUB_OUTPUT"
6163
echo "publish=$publish" >> "$GITHUB_OUPUT"
6264
63-
cat $GITHUB_OUTPUT
65+
cat "$GITHUB_OUTPUT"

0 commit comments

Comments
 (0)