Skip to content

Commit

Permalink
fix errant quote'
Browse files Browse the repository at this point in the history
  • Loading branch information
briantist committed Nov 5, 2023
1 parent fdb1541 commit 7f42aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: pip install pyyaml ansible-core

- name: Validate version is published to Galaxy
run: ansible-galaxy collection download -vvv -p /tmp 'community.hashi_vault:==${{ github.event.inputs.version }}''
run: ansible-galaxy collection download -vvv -p /tmp 'community.hashi_vault:==${{ github.event.inputs.version }}'

- name: Build release description
shell: python
Expand Down

0 comments on commit 7f42aad

Please sign in to comment.