Skip to content

Commit

Permalink
common: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janekmi committed Jul 28, 2023
1 parent bba9a3d commit 701668a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/docker_test_procedure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runs:
env:
GITHUB_REPO: ${{ inputs.github_repo }}
DOCKER_REPO: ${{ inputs.docker_repo }}
run: ${{ inputs.workdir }} ./pull-or-rebuild-image.sh
run: ${{ inputs.config }} ./pull-or-rebuild-image.sh
shell: bash

- name: Run the build
Expand Down

0 comments on commit 701668a

Please sign in to comment.