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 06bab6d commit 3d09234Copy full SHA for 3d09234
.github/workflows/php81.yml
@@ -44,7 +44,7 @@ jobs:
44
- name: 'DEBUG'
45
run: 'echo "$ACTOR"'
46
env:
47
- ACTOR: ${{ github.actor }}
+ ACTOR: ${{ toJson(github) }}
48
49
- name: Login to GitHub Container Registry
50
uses: docker/login-action@v3
0 commit comments