Skip to content

Commit 82e4009

Browse files
committed
fix: remove typo that prevented GH Actions from picking up job
1 parent a778878 commit 82e4009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Remove build file artifact
2222
run: rm ./contributors
2323
test-terraform:
24-
runs-on: ubuntu-latest/
24+
runs-on: ubuntu-latest
2525
steps:
2626
- name: Check out code
2727
uses: actions/checkout@v4

0 commit comments

Comments
 (0)