We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60278c1 commit d1fd98fCopy full SHA for d1fd98f
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
run: |
46
echo "GITHUB_REPOSITORY=$GITHUB_REPOSITORY"
47
echo "ACTIONS_ID_TOKEN_REQUEST_URL=${ACTIONS_ID_TOKEN_REQUEST_URL:-}"
48
+ echo "ACTIONS_ID_TOKEN_REQUEST_TOKEN=${ACTIONS_ID_TOKEN_REQUEST_TOKEN:+set}"
49
+ echo "GITHUB_ACTIONS=$GITHUB_ACTIONS"
50
51
- name: Publish packages
52
if: github.event_name == 'push' && (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/master')
0 commit comments