Skip to content

Commit

Permalink
fix: add good extension for stagings
Browse files Browse the repository at this point in the history
  • Loading branch information
noisegratte committed Aug 9, 2024
1 parent f643dd2 commit 1b9652f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
else
DOMAIN="com"
fi
echo "name=url::https://staging-${{ inputs.name }}.${{ matrix.target }}.$DOMAIN" >> $GITHUB_OUTPUT
echo "url=https://staging-${{ inputs.name }}.${{ matrix.target }}.$DOMAIN" >> $GITHUB_OUTPUT
deploy:
name: Deploy Staging
Expand Down

0 comments on commit 1b9652f

Please sign in to comment.