gopidesupavan commented on code in PR #54655:
URL: https://github.com/apache/airflow/pull/54655#discussion_r2284814335
##########
.github/actions/install-prek/action.yml:
##########
@@ -57,7 +57,8 @@ runs:
- name: "Restore prek cache"
uses:
apache/infrastructure-actions/stash/restore@1c35b5ccf8fba5d4c3fdf25a045ca91aa0cbc468
with:
- key: cache-prek-v5-${{ inputs.python-version }}-${{
hashFiles('.pre-commit-config.yaml') }}
+ # yamllint disable rule:line-length
+ key: cache-prek-v6-${{ inputs.platform }}-${{ inputs.python-version
}}-${{ hashFiles('.pre-commit-config.yaml') }}
Review Comment:
i think platform needs to be added to input fields
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]