We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7213de3 commit f45b732Copy full SHA for f45b732
1 file changed
.github/workflows/ci.yaml
@@ -54,6 +54,8 @@ jobs:
54
set -e
55
set -x
56
57
+ curl -H "Authorization: token ${{ steps.generate_token.outputs.token }}" https://api.github.com/user
58
+
59
BRANCH_NAME="cli-update-docs-${{ github.ref_name }}"
60
# Remove the "/merge" suffix if it exists
61
BRANCH_NAME=${BRANCH_NAME%/merge}
0 commit comments