Skip to content

Commit

Permalink
Fix backup name for manual run (#4698)
Browse files Browse the repository at this point in the history
* Fix backup name

* Fix backup name
  • Loading branch information
andrzejewsky authored Feb 28, 2024
1 parent e87de81 commit 347af0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/clever-buckets-poke.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"saleor-dashboard": patch
---

Fix backup namespace for manual workflow
2 changes: 1 addition & 1 deletion .github/actions/prepare-api-variables/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 347af0b

Please sign in to comment.