We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 027481c commit 5848404Copy full SHA for 5848404
.github/actions/version/action.yml
@@ -49,6 +49,8 @@ runs:
49
fi
50
51
user="${{ github.actor == 'hauner' && github.actor != 'dependabot[bot]' }}"
52
+ echo "actor=${{ github.actor }}"
53
+ echo "user=$user"
54
55
if [[ "$user" == true && "$snapshot" == true ]]; then
56
publish="true"
0 commit comments