Skip to content

Commit

Permalink
ci: fix yaml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Sep 22, 2024
1 parent 9f9d378 commit dc63785
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
contents: read
id-token: write
steps:
- name: Echo StaticSiteBucketName
run: echo "StaticSiteBucketName: ${{ needs.infra.outputs.StaticSiteBucketName }}"
- run: echo "StaticSiteBucketName ${{ needs.infra.outputs.StaticSiteBucketName }}"

# - uses: actions/download-artifact@v4
# with:
# name: dist-www
Expand Down

0 comments on commit dc63785

Please sign in to comment.