Skip to content

Commit 94a491f

Browse files
double curly brakets
1 parent b5dd4c2 commit 94a491f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/syncDocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
echo "ORG=$(echo '${{ github.repository }}' | awk -F '/' '{print $1}')" >> $GITHUB_ENV
1919
echo "REPO_COMPILER_SOURCE=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}')" >> $GITHUB_ENV
2020
echo "REPO_COMPILER_DEST=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}').wiki" >> $GITHUB_ENV
21-
echo "REPO_TUTORIAL_DEST=$(echo '${TUTORIAL_REPO}')" >> $GITHUB_ENV
21+
echo "REPO_TUTORIAL_DEST=$(echo '${{ TUTORIAL_REPO }}')" >> $GITHUB_ENV
2222
shell: bash
2323
- name: Checkout ${REPO_COMPILER_SOURCE} Repository
2424
run: git clone https://github.com/${ORG}/${REPO_COMPILER_SOURCE}.git ${REPO_COMPILER_SOURCE}

0 commit comments

Comments
 (0)