misc(workflow): variable name change
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m3s
All checks were successful
Build Documentation and Lint Code / build and lint (push) Successful in 1m3s
This commit is contained in:
parent
e3824ad22a
commit
760ece280a
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ jobs:
|
|||
echo "Deploying to Meli on branch $release"
|
||||
npx -p "@getmeli/cli" meli upload ./site \
|
||||
--url "http://pages.coastalcommits.com" \
|
||||
--site "${{ vars.MELI_SITE }}" \
|
||||
--site "${{ vars.MELI_SITE_ID }}" \
|
||||
--token "${{ secrets.MELI_SITE_SECRET }}" \
|
||||
--release "$release/${{ GITEA_SHA }}" \
|
||||
--branch "$release"
|
||||
|
|
Loading…
Reference in a new issue