Skip to content

Commit

Permalink
Add missing EOF newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jhiemstrawisc committed Dec 9, 2024
1 parent 5e61342 commit dfabffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-remove-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,4 @@ jobs:
# counts against our action's disk quota.
- name: Remove Docker image
if: env.changed == 'true'
run: docker rmi ${{ inputs.container }}:${{ inputs.tag }} || true
run: docker rmi ${{ inputs.container }}:${{ inputs.tag }} || true

0 comments on commit dfabffc

Please sign in to comment.