Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aynsix committed Nov 6, 2024
1 parent 0e223c8 commit 9575e3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
if: ${{ github.repository_owner == 'alchemy-fr' }}
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v3
with:
fetch-depth: 30

- name: Get git log
if: "${{ inputs.image == 'dashboard' }}"
#if: "${{ inputs.image == 'dashboard' }}"
run: bin/git-log.sh

- uses: docker/setup-qemu-action@v2
Expand Down

0 comments on commit 9575e3a

Please sign in to comment.