Skip to content

Commit 7b7b17d

Browse files
committed
[Fix] Fix action running issue
Signed-off-by: Kent Huang <[email protected]>
1 parent e6669c5 commit 7b7b17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/recce_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
pip install recce
2626
- name: Add packages.yml file
2727
run: |
28-
echo "${{ vars.PACKAGES_YAML }}" > packages.yml
28+
echo '${{ vars.PACKAGES_YAML }}' > packages.yml
2929
- name: Prepare dbt Base environment
3030
run: |
3131
if aws s3 cp s3://$AWS_S3_BUCKET/${{ github.event.pull_request.base.sha }}.tar.gz .; then

0 commit comments

Comments
 (0)