We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa5492 commit 942628dCopy full SHA for 942628d
.github/workflows/create-or-update-release-pr.yml
@@ -30,13 +30,14 @@ jobs:
30
uses: actions/checkout@v4
31
with:
32
repository: opentelemetrybot/opentelemetry-js
33
- ref: v1.x
+ ref: main
34
token: ${{ secrets.OPENTELEMETRYBOT_GITHUB_TOKEN }}
35
- name: Sync with upstream
36
run: |
37
git remote show origin
38
git remote add upstream https://github.com/open-telemetry/opentelemetry-js.git
39
git fetch upstream
40
+ git checkout v1.x
41
git reset --hard upstream/v1.x
42
git push origin v1.x --force
43
0 commit comments