Skip to content

Commit

Permalink
add missing with
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjj committed Feb 4, 2025
1 parent 13e5637 commit 0060c57
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/splunk-ta-otel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ jobs:
steps:
- name: Check out the codebase.
uses: actions/checkout@v4
sparse-checkout: packaging/technical-addon/packaging-scripts
with:
sparse-checkout: packaging/technical-addon/packaging-scripts
- name: Build & Package TA
run: |
set -o pipefail
Expand Down

0 comments on commit 0060c57

Please sign in to comment.