Skip to content

Commit

Permalink
fix typo in secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
manuellysuzik authored Aug 7, 2023
1 parent f86cea4 commit abb8849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
BRANCH_NAME="documentation-ref_$LATEST_TAG"
git config user.name ${{ secrets.GITLAB_USER }}
git config user.email ${{ secrets.GITLAB_EMAIL }}
if [[ $(git remote add origin $GITLAB_DOCS_URL) == 3 ]];; then exit 0; else exit 1; fi
if [[ $(git remote add origin $GITLAB_DOC_URL) == 3 ]];; then exit 0; else exit 1; fi
- name: Update Gitlab Documentation
run: |
git checkout -b $BRANCH_NAME
Expand Down

0 comments on commit abb8849

Please sign in to comment.