We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb536b commit a9b01c4Copy full SHA for a9b01c4
.github/workflows/rust.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Run tests
18
run: cargo test --verbose
19
- name: Run simple_crud
20
- if: github.repository == durch/rust-s3
+ if: github.repository == 'durch/rust-s3'
21
env:
22
EU_AWS_ACCESS_KEY_ID: ${{ secrets.EU_AWS_ACCESS_KEY_ID }}
23
EU_AWS_SECRET_ACCESS_KEY: ${{ secrets.EU_AWS_SECRET_ACCESS_KEY }}
0 commit comments