Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
Fixes: SRE-2570 DAOS-16262
Run-GHA: false
Skip-PR-comments: true

Required-githooks: true

Signed-off-by: Brian J. Murrell <[email protected]>
  • Loading branch information
brianjmurrell committed Dec 11, 2024
1 parent aae3097 commit 552c37a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rpm-build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ jobs:
steps:
- name: Make outputs from env variables
run: echo "Make outputs from env variables"
- name: Debug
uses: raven-actions/debug@v1

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 1: third-party GitHubAction not pinned by hash
Click Remediation section below to solve this issue
with:
vars-context: ${{ toJson(vars) }} # optional
secrets-context: ${{ toJson(secrets) }} # optional
needs-context: ${{ toJson(needs) }} # optional
inputs-context: ${{ toJson(inputs) }} # optional

Call-RPM-Build:
name: Build RPM
Expand Down

0 comments on commit 552c37a

Please sign in to comment.