Skip to content

Commit

Permalink
yalla else
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Jan 2, 2024
1 parent b698ed0 commit 0ceafc0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/upload-integration-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ jobs:
run: |
if [[ "${{ github.event_name }}" == "push" ]]; then
echo "BUCKET_NAME=advance-templates" >> $GITHUB_OUTPUT
else:
else
echo "BUCKET_NAME=advance-templates-stg-01" >> $GITHUB_OUTPUT
fi
- name: Upload specifications to s3
env:
BUCKET_NAME: ${{ steps.resolve-bucket-name.outputs.BUCKET_NAME }}
run: aws s3 cp integrations/ s3://${{ env.BUCKET_NAME }}/integrations/ --recursive
run: aws s3 cp integrations/ s3://${{ steps.resolve-bucket-name.outputs.BUCKET_NAME }}/integrations/ --recursive

0 comments on commit 0ceafc0

Please sign in to comment.