Skip to content

Commit 797e2a5

Browse files
chore: changed docs repo target branch to main
1 parent 2651f5a commit 797e2a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-passport-tutorials.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
repository: immutable/docs
3737
token: ${{ secrets.UNITY_SDK_DOCS_WORKFLOW }}
3838
path: imx-docs
39-
ref: 'DVR-425-unity-sample-app-tutorial-v3'
39+
ref: 'main'
4040

4141
- name: Setup environment variables
4242
run: echo "CLONE_DIR=./imx-docs" >> $GITHUB_ENV
@@ -75,7 +75,7 @@ jobs:
7575
git commit -m "$COMMIT_MSG"
7676
7777
# Push to the target branch
78-
git push -u origin DVR-425-unity-sample-app-tutorial-v3
78+
git push -u origin main
7979
echo "Successfully pushed Passport tutorial changes to docs repo"
8080
else
8181
echo "No changes to commit"

0 commit comments

Comments
 (0)