We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a5ec7b commit 0af8de3Copy full SHA for 0af8de3
1 file changed
.github/workflows/metadata-docs.yml
@@ -70,7 +70,7 @@ jobs:
70
repo=$(yq -r .repo_url "${{ env.METADATA }}")
71
full_url="https://github.com/${{ github.repository }}"
72
if [ "${full_url}" != "${repo}" ]; then
73
- echo "Error ${{ github.repository }} != ${full_url}"
+ echo "Error ${repo} != ${full_url}"
74
exit 1
75
fi
76
docs_repo=$(yq -r .docs_repo_url "${{ env.METADATA }}" | sed -e 's%https://github.com/%%')
@@ -86,7 +86,7 @@ jobs:
86
uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
87
id: app-token
88
with:
89
- app-id: ${{ vars.METADATA_SYNC_APP_ID }}
+ client-id: ${{ vars.METADATA_SYNC_APP_ID }}
90
private-key: ${{ secrets.METADATA_SYNC_PRIVATE_KEY }}
91
owner: validatedpatterns
92
repositories: docs
0 commit comments