Skip to content

Commit

Permalink
clears output
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rutkowski committed Jan 3, 2025
1 parent 466e03e commit 6b53103
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,5 @@ runs:

- name: Run Filesize Guard
run: |
files="${{ steps.changed-files.outputs.added_files }},${{ steps.changed-files.outputs.modified_files }}"
python3 ${GITHUB_ACTION_PATH}/filesize_guard.py ${{ inputs.ignore_file }} ${{ inputs.max_size_kb }} .github/outputs/modified_files.json .github/outputs/added_files.json
shell: bash

0 comments on commit 6b53103

Please sign in to comment.