Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Jul 6, 2023
1 parent 0cb45bb commit afa6965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Trigger deploy
run: |
MESSAGE='${{ github.event.head_commit.message }}'
MESSAGE="${{ github.event.head_commit.message }}"
jq -n \
--arg file roles/community-rpc/files/cds.yaml \
--arg content "$(cat dist/cds.local.yaml)" \
Expand Down

0 comments on commit afa6965

Please sign in to comment.