Skip to content

Commit

Permalink
outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Jan 2, 2024
1 parent c7f2321 commit d7d3435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upload-integration-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
echo "bucket_name=advance-templates-stg-01" >> $GITHUB_OUTPUT
fi
- name: Upload specifications to s3
run: aws s3 cp integrations/ "s3://${{ steps.resolve-bucket-name.output.bucket_name }}/integrations" --recursive
run: aws s3 cp integrations/ "s3://${{ steps.resolve-bucket-name.outputs.bucket_name }}/integrations" --recursive

0 comments on commit d7d3435

Please sign in to comment.