We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7618cb6 commit 2f1e986Copy full SHA for 2f1e986
1 file changed
.github/workflows/syncDocs.yml
@@ -63,7 +63,6 @@ jobs:
63
if: ${{ env.TO_BE_CANCELLED == 'false' }}
64
run: |
65
cd ${REPO_COMPILER_DEST}
66
- git checkout master
67
git status
68
git add .
69
git commit -m "${REPO_COMPILER_SOURCE} documentation | GitHub Actions $GITHUB_WORKFLOW $GITHUB_RUN_NUMBER"
@@ -73,7 +72,6 @@ jobs:
73
72
74
75
cd ${REPO_TUTORIAL_DEST}
76
77
git pull
78
79
0 commit comments