Skip to content

Commit

Permalink
[Fix] Fix action running issue
Browse files Browse the repository at this point in the history
Signed-off-by: Kent Huang <[email protected]>
  • Loading branch information
kentwelcome committed Apr 15, 2024
1 parent e6669c5 commit 7b7b17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/recce_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
pip install recce
- name: Add packages.yml file
run: |
echo "${{ vars.PACKAGES_YAML }}" > packages.yml
echo '${{ vars.PACKAGES_YAML }}' > packages.yml
- name: Prepare dbt Base environment
run: |
if aws s3 cp s3://$AWS_S3_BUCKET/${{ github.event.pull_request.base.sha }}.tar.gz .; then
Expand Down

0 comments on commit 7b7b17d

Please sign in to comment.