Skip to content

Commit

Permalink
Quotes inputs for lint action to support multiple targets
Browse files Browse the repository at this point in the history
  • Loading branch information
lorengordon committed Jul 2, 2024
1 parent eec4a0b commit a231e95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Project Syntax Verification
run: make docker/run target=${{ inputs.tardigradelint-target }}
run: make docker/run target="${{ inputs.tardigradelint-target }}"

actionlint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a231e95

Please sign in to comment.