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 2637044
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .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 @@ -65,4 +65,4 @@ runs:
uses: canonical/testflinger/.github/actions/submit@main
with:
poll: true
job-path: tools/lab_dispatch/job.yaml
job-path: ${{ github.action_path }}/tools/lab_dispatch/job.yaml

0 comments on commit 2637044

Please sign in to comment.