We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6669c5 commit 7b7b17dCopy full SHA for 7b7b17d
.github/workflows/recce_ci.yml
@@ -25,7 +25,7 @@ jobs:
25
pip install recce
26
- name: Add packages.yml file
27
run: |
28
- echo "${{ vars.PACKAGES_YAML }}" > packages.yml
+ echo '${{ vars.PACKAGES_YAML }}' > packages.yml
29
- name: Prepare dbt Base environment
30
31
if aws s3 cp s3://$AWS_S3_BUCKET/${{ github.event.pull_request.base.sha }}.tar.gz .; then
0 commit comments