Skip to content

Commit 0af8de3

Browse files
committed
fixes to metadata sync workflow
1 parent 8a5ec7b commit 0af8de3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/metadata-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
repo=$(yq -r .repo_url "${{ env.METADATA }}")
7171
full_url="https://github.com/${{ github.repository }}"
7272
if [ "${full_url}" != "${repo}" ]; then
73-
echo "Error ${{ github.repository }} != ${full_url}"
73+
echo "Error ${repo} != ${full_url}"
7474
exit 1
7575
fi
7676
docs_repo=$(yq -r .docs_repo_url "${{ env.METADATA }}" | sed -e 's%https://github.com/%%')
@@ -86,7 +86,7 @@ jobs:
8686
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
8787
id: app-token
8888
with:
89-
app-id: ${{ vars.METADATA_SYNC_APP_ID }}
89+
client-id: ${{ vars.METADATA_SYNC_APP_ID }}
9090
private-key: ${{ secrets.METADATA_SYNC_PRIVATE_KEY }}
9191
owner: validatedpatterns
9292
repositories: docs

0 commit comments

Comments
 (0)