Skip to content

Commit

Permalink
Fix accidentally malformed yaml in GitHub action (#2085)
Browse files Browse the repository at this point in the history
Summary: Fix accidentally malformed yaml in GitHub action

This was a minor mistake from #2079.

Relevant Issues: N/A

Type of change: /kind bugfix

Test Plan: GitHub actions on PR builds should pass once this is merged
(since `pull_request_target` uses the copy off main)
- Also visually inspected the #2079 change again to verify nothing else
was missed.

Signed-off-by: Dom Del Nano <[email protected]>
  • Loading branch information
ddelnano authored Jan 16, 2025
1 parent 1634b86 commit 388c5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
echo "Build & Test matrix: ${matrix}"
echo "matrix=${matrix}" >> $GITHUB_OUTPUT
- name: Upload Target Files
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: target_files
path: |
Expand Down

0 comments on commit 388c5dd

Please sign in to comment.