We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d333d67 commit 7fd00a4Copy full SHA for 7fd00a4
lint/action.yaml
@@ -65,6 +65,9 @@ runs:
65
- name: Pre-commit
66
if: steps.check_pre_commit_config.outputs.files_exists == 'true'
67
uses: open-turo/action-pre-commit@v3
68
+ with:
69
+ s3-bucket-name: ${{ inputs.s3-bucket-name }}
70
+ s3-bucket-region: ${{ inputs.s3-bucket-region }}
71
- if: ${{ inputs.internal-dependency-prefixes != '' }}
72
name: Create Beta Release Check Script
73
run: |
0 commit comments