Skip to content

Commit

Permalink
Add checkout step to workflow that tests the build process composite …
Browse files Browse the repository at this point in the history
…action
  • Loading branch information
JamesDawson committed Sep 7, 2024
1 parent 250fa9e commit f69ac00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci-composite-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ jobs:
preReleaseTag: ${{ steps.run_build.outputs.preReleaseTag }}

steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
with:
fetch-depth: 0
- uses: ./actions/run-build-process
id: run_build
with:
Expand Down

0 comments on commit f69ac00

Please sign in to comment.