Skip to content

Commit

Permalink
change from event to input
Browse files Browse the repository at this point in the history
  • Loading branch information
robertmitchellv committed Mar 22, 2024
1 parent 8ff6007 commit 65e8478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Filter changed files
id: filter-files
run: |
CHANGED_FILES_JSON="${{ github.event.inputs.changed-files-data }}"
CHANGED_FILES_JSON="${{ inputs.changed-files-data }}"
CHANGED_PY_FILES=$(echo "$CHANGED_FILES_JSON" | jq -r '.[] | select(.extension == "py") | .file')
CHANGED_JS_FILES=$(echo "$CHANGED_FILES_JSON" | jq -r '.[] | select(.extension == "js" or .extension == "jsx") | .file')
CHANGED_YAML_FILES=$(echo "$CHANGED_FILES_JSON" | jq -r '.[] | select(.extension == "yaml" or .extension == "yml") | .file')
Expand Down

0 comments on commit 65e8478

Please sign in to comment.