Skip to content

Commit

Permalink
fix: fixed Prepare SPCTL config action
Browse files Browse the repository at this point in the history
  • Loading branch information
marchuk-vlad committed Sep 25, 2024
1 parent f8cb3e2 commit 82a40b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/text-generation-webui-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
if [ "$TARGET" == "develop" ]; then
SPCTL_CONFIG="${{ secrets.DEVELOP_SPCTL_CONFIG_BASE64 }}"
if [ "$TARGET" == "stage" ]; then
elif [ "$TARGET" == "stage" ]; then
SPCTL_CONFIG="${{ secrets.STAGING_SPCTL_CONFIG_BASE64 }}"
elif [ "$TARGET" == "testnet" ]; then
Expand Down

0 comments on commit 82a40b2

Please sign in to comment.