We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3491a0b commit d59bc71Copy full SHA for d59bc71
1 file changed
.github/workflows/build.yml
@@ -55,7 +55,6 @@ jobs:
55
cache: 'gradle'
56
57
- name: Configure AWS credentials
58
- if: inputs.aws-role-arn != '' || (secrets.aws-access-key-id != '' && secrets.aws-secret-access-key != '')
59
uses: redis/github-workflows/.github/actions/configure-aws@main
60
with:
61
aws-role-arn: ${{ inputs.aws-role-arn }}
0 commit comments