Skip to content

Commit

Permalink
Try to change the path in an action aware way
Browse files Browse the repository at this point in the history
  • Loading branch information
Hook25 committed Oct 1, 2024
1 parent e2a1ead commit d70f1bb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/actions/checkbox_source_deb/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ runs:
INPUT_LAUNCHER_OVERRIDE: ${{ inputs.launcher_override }}
INPUT_CHECKBOX_REVISION: ${{ inputs.checkbox_revision }}
INPUT_ZAPPER_CHANNEL: ${{ inputs.zapper_channel || 'beta' }}
working-directory: tools/lab_dispatch
working-directory: ${{ github.action_path }}/../../../tools/lab_dispatch
run: |
echo "::group::Building the testflinger job"
if [ -n "$INPUT_DATA_SOURCE" ]; then
Expand All @@ -61,6 +61,10 @@ runs:
echo "::group::Dumping launcher overrides"
echo "$INPUT_LAUNCHER_OVERRIDE" | tee launcher_override.conf
echo "::endgroup::"
- name: Grosshack
shell: bash
run: |
mv ${{ github.action_path }}/../../../tools/ .
- name: Submit and monitor job
uses: canonical/testflinger/.github/actions/submit@main
with:
Expand Down

0 comments on commit d70f1bb

Please sign in to comment.