Skip to content

Commit 5715270

Browse files
committed
FIX: Correct the name of the master repository to rust-serverless/lambda-rust
1 parent 8494333 commit 5715270

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: make test
3838
publish:
3939
needs: [scan, test]
40-
if: github.repository == 'rustserverless/lambda-rust'
40+
if: github.repository == 'rust-serverless/lambda-rust'
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@v1

0 commit comments

Comments
 (0)