We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b90b77 commit 137b6dfCopy full SHA for 137b6df
1 file changed
.github/workflows/build.yaml
@@ -31,6 +31,9 @@ jobs:
31
echo "BUILD_VERSION=${version#projectVersion=}" >> $GITHUB_ENV
32
cat $GITHUB_ENV
33
34
+ - name: actor
35
+ run: echo ${{ github.actor }} ${{ github.actor == 'hauner' }}
36
+
37
test:
38
name: test
39
0 commit comments