Skip to content

Commit a9b01c4

Browse files
committed
Fix actions
1 parent 9cb536b commit a9b01c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Run tests
1818
run: cargo test --verbose
1919
- name: Run simple_crud
20-
if: github.repository == durch/rust-s3
20+
if: github.repository == 'durch/rust-s3'
2121
env:
2222
EU_AWS_ACCESS_KEY_ID: ${{ secrets.EU_AWS_ACCESS_KEY_ID }}
2323
EU_AWS_SECRET_ACCESS_KEY: ${{ secrets.EU_AWS_SECRET_ACCESS_KEY }}

0 commit comments

Comments
 (0)