Skip to content

Commit

Permalink
Merge pull request #1849 from habitat-sh/fix-rev-list
Browse files Browse the repository at this point in the history
fix workflow git rev-list
  • Loading branch information
mwrock authored Oct 15, 2024
2 parents ff4d315 + b4e10ed commit 9411b9f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/adhoc-hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
steps:
- name: Checkout for ${{ inputs.bldr-component }}
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Habitat for ${{ inputs.bldr-component }}
uses: ./.github/actions/hab-install-linux
with:
Expand All @@ -33,4 +35,4 @@ jobs:
uses: ./.github/actions/hab-pkg-build-and-upload-linux
with:
hab-auth-token: ${{ env.HAB_AUTH_TOKEN }}
bldr-component: ${{ inputs.bldr-component }}
bldr-component: components/${{ inputs.bldr-component }}
2 changes: 2 additions & 0 deletions .github/workflows/hab-pkg-build-upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ jobs:
steps:
- name: Checkout for ${{matrix.components}}
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Habitat for ${{matrix.components}}
uses: ./.github/actions/hab-install-linux
with:
Expand Down

0 comments on commit 9411b9f

Please sign in to comment.