1
0
Fork 0
mirror of https://github.com/ludeeus/action-shellcheck.git synced 2024-08-16 10:09:53 +02:00

Add back display version (#73)

This commit is contained in:
Joakim Sørensen 2022-11-06 20:43:35 +01:00 committed by GitHub
parent 6b1b9b1437
commit be27f35867
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -87,6 +87,11 @@ runs:
mv "${{ github.action_path }}/shellcheck-${INPUT_VERSION}/shellcheck" \ mv "${{ github.action_path }}/shellcheck-${INPUT_VERSION}/shellcheck" \
"${{ github.action_path }}/shellcheck" "${{ github.action_path }}/shellcheck"
- name: Display shellcheck version
shell: bash
run: |
"${{ github.action_path }}/shellcheck" --version
- name: Set options - name: Set options
shell: bash shell: bash
id: options id: options