diff --git a/.github/workflows/pages-gh-cli.yml b/.github/workflows/pages-gh-cli.yml index 99d9a0a..5523a42 100644 --- a/.github/workflows/pages-gh-cli.yml +++ b/.github/workflows/pages-gh-cli.yml @@ -115,7 +115,7 @@ jobs: --header "Accept: application/vnd.github+json" \ --header "X-GitHub-Api-Version: 2022-11-28" \ "/repos/${GH_REPOSITORY}/pages/deployments" \ - -f artifact_id="${GH_ARTIFACT_ID}" \ + -f artifact_id=${GH_ARTIFACT_ID} \ -f environment='github-pages' \ -f pages_build_version="${GH_SHA}" \ -f oidc_token="${GH_TOKEN}" \