We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c07807 commit d3c02d9Copy full SHA for d3c02d9
.github/workflows/merge-upstream-test.yaml
@@ -57,6 +57,9 @@ jobs:
57
- name: Create Pull Request
58
if: steps.check.outputs.commits_behind != '0'
59
id: create_pr
60
+ env:
61
+ GH_TOKEN: ${{ steps.get_token.outputs.token }}
62
+ GH_DEBUG: api
63
run: |
64
PR_URL=$(gh pr create \
65
--title "chore: merge with upstream opentelemetry-demo" \
0 commit comments