Skip to content

Commit

Permalink
checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
nbradac authored Jun 25, 2024
1 parent b657730 commit 36058d4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,11 @@ jobs: # these jobs run serially because of the 'needs:' keyword on each
new-branch: ${{ steps.version-check.outputs.new-branch }}
branch-snapshot-version: ${{ steps.version-check.outputs.branch-snapshot-version }}
steps:
- name: checkout
uses: actions/checkout@v4

- id: foo
uses: nbradac/actiontest1/.github/actions/action-a.yml
uses: ./.github/actions/action-a.yml@latest
with:
who-to-greet: 'Mona the Octocat'

Expand Down

0 comments on commit 36058d4

Please sign in to comment.