fix: remove typo that prevented GH Actions from picking up job

This commit is contained in:
Michael Smith 2025-04-17 00:21:28 +00:00
parent a778878cb1
commit 82e4009a0a

View File

@ -21,7 +21,7 @@ jobs:
- name: Remove build file artifact
run: rm ./contributors
test-terraform:
runs-on: ubuntu-latest/
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4