Skip to content

Commit 5848404

Browse files
committed
ci: echo more info
1 parent 027481c commit 5848404

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/version/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ runs:
4949
fi
5050
5151
user="${{ github.actor == 'hauner' && github.actor != 'dependabot[bot]' }}"
52+
echo "actor=${{ github.actor }}"
53+
echo "user=$user"
5254
5355
if [[ "$user" == true && "$snapshot" == true ]]; then
5456
publish="true"

0 commit comments

Comments
 (0)