Skip to content

Commit

Permalink
Fix invalid YAML. #1410
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Mar 8, 2024
1 parent 851e88f commit 387fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testbed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Check out repo
uses: actions/checkout@v4
ref: ${{ github.ref }}
ref: '${{ github.ref }}'

- name: Build the testbed configuration
run: make -C testbed
Expand Down

0 comments on commit 387fe16

Please sign in to comment.