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