Skip to content

Commit 2f1e986

Browse files
removed checkout master
1 parent 7618cb6 commit 2f1e986

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/syncDocs.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
if: ${{ env.TO_BE_CANCELLED == 'false' }}
6464
run: |
6565
cd ${REPO_COMPILER_DEST}
66-
git checkout master
6766
git status
6867
git add .
6968
git commit -m "${REPO_COMPILER_SOURCE} documentation | GitHub Actions $GITHUB_WORKFLOW $GITHUB_RUN_NUMBER"
@@ -73,7 +72,6 @@ jobs:
7372
if: ${{ env.TO_BE_CANCELLED == 'false' }}
7473
run: |
7574
cd ${REPO_TUTORIAL_DEST}
76-
git checkout master
7775
git pull
7876
git status
7977
git add .

0 commit comments

Comments
 (0)