diff --git a/.changeset/clever-buckets-poke.md b/.changeset/clever-buckets-poke.md new file mode 100644 index 00000000000..066e8abae1b --- /dev/null +++ b/.changeset/clever-buckets-poke.md @@ -0,0 +1,5 @@ +--- +"saleor-dashboard": patch +--- + +Fix backup namespace for manual workflow diff --git a/.github/actions/prepare-api-variables/action.yml b/.github/actions/prepare-api-variables/action.yml index d1590468e41..6b85f4491e5 100644 --- a/.github/actions/prepare-api-variables/action.yml +++ b/.github/actions/prepare-api-variables/action.yml @@ -57,7 +57,7 @@ runs: echo "BASE_URL_DOMAIN=v${VERSION_SLUG}.staging.saleor.cloud" >> $GITHUB_OUTPUT echo "POOL_NAME=${CURRENT_BRANCH} Staging" >> $GITHUB_OUTPUT echo "POOL_INSTANCE=https://v${VERSION_SLUG}.staging.saleor.cloud/" >> $GITHUB_OUTPUT - echo "BACKUP_NAMESPACE=snapshot-automation-tests-${GITHUB_REF_SLUG}" >> $GITHUB_OUTPUT + echo "BACKUP_NAMESPACE=snapshot-automation-tests-${CURRENT_BRANCH}" >> $GITHUB_OUTPUT exit 0 fi