Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaelvll committed Dec 13, 2024
1 parent 0d29879 commit 97e6ce4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-aws-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@ jobs:
python -m sky.clouds.service_catalog.data_fetchers.fetch_aws --no-az-mappings --check-all-regions-enabled-for-account
cd -
done
echo "versions=$versions" >> $GITHUB_OUTPUT
echo "commit_hashes=$commit_hashes" >> $GITHUB_OUTPUT
echo "versions=\"$versions\"" >> $GITHUB_OUTPUT
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-fluidstack-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python -m sky.clouds.service_catalog.data_fetchers.fetch_fluidstack
cd -
done
echo "versions=$versions" >> $GITHUB_OUTPUT
echo "versions=\"$versions\"" >> $GITHUB_OUTPUT
env:
FLUIDSTACK_API_KEY: ${{ secrets.FLUIDSTACK_API_KEY }}
- name: Commit catalog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gcp-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
python -u -m sky.clouds.service_catalog.data_fetchers.fetch_gcp --all-regions --single-threaded
cd -
done
echo "versions=$versions" >> $GITHUB_OUTPUT
echo "versions=\"$versions\"" >> $GITHUB_OUTPUT
env:
GCP_SERVICE_ACCOUNT_KEY: ${{ secrets.GCP_SERVICE_ACCOUNT_KEY }}
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-lambda-catalog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
python -m sky.clouds.service_catalog.data_fetchers.fetch_lambda_cloud --api-key ${LAMBDA_API_KEY}
cd -
done
echo "versions=$versions" >> $GITHUB_OUTPUT
echo "versions=\"$versions\"" >> $GITHUB_OUTPUT
env:
LAMBDA_API_KEY: ${{ secrets.LAMBDA_API_KEY }}

Expand Down

0 comments on commit 97e6ce4

Please sign in to comment.