Dig further

This commit is contained in:
Curtis Vogt
2025-01-23 13:47:27 -06:00
parent 19f527d7a8
commit 3f52c6b71c
2 changed files with 16 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
---
name: Re-usable Test
name: Reusable Test
on:
pull_request:
inputs: {}
@@ -11,6 +11,7 @@ jobs:
duplicate:
runs-on: ubuntu-latest
steps:
- run: jq <"$GITHUB_EVENT_PATH"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: julia-actions/setup-julia@v2
with:

View File

@@ -1,5 +1,5 @@
---
name: Re-usable Workflow
name: Reusable Workflow
on:
workflow_call:
inputs: {}
@@ -8,6 +8,7 @@ jobs:
duplicate:
runs-on: ubuntu-latest
steps:
- run: jq <"$GITHUB_EVENT_PATH"
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: julia-actions/setup-julia@v2
with: