Skip to content

Commit 53bf4f9

Browse files
committed
fix: Adds debugging lines to get ref and actor.
1 parent 0b4e918 commit 53bf4f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ jobs:
100100
echo "No changes to commit"
101101
fi
102102
103+
- name: debugging steps
104+
run: |
105+
echo "github.ref is ${{ github.ref }}"
106+
echo "github.actor is ${{ github.actor }}"
107+
103108
approve-and-merge:
104109
runs-on: ubuntu-latest
105110
if: ${{ github.actor == 'googlemaps-bot[bot]' }}

0 commit comments

Comments
 (0)