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 2651f5a commit 797e2a5Copy full SHA for 797e2a5
.github/workflows/publish-passport-tutorials.yml
@@ -36,7 +36,7 @@ jobs:
36
repository: immutable/docs
37
token: ${{ secrets.UNITY_SDK_DOCS_WORKFLOW }}
38
path: imx-docs
39
- ref: 'DVR-425-unity-sample-app-tutorial-v3'
+ ref: 'main'
40
41
- name: Setup environment variables
42
run: echo "CLONE_DIR=./imx-docs" >> $GITHUB_ENV
@@ -75,7 +75,7 @@ jobs:
75
git commit -m "$COMMIT_MSG"
76
77
# Push to the target branch
78
- git push -u origin DVR-425-unity-sample-app-tutorial-v3
+ git push -u origin main
79
echo "Successfully pushed Passport tutorial changes to docs repo"
80
else
81
echo "No changes to commit"
0 commit comments