Skip to content

Commit

Permalink
Move to lifecycle
Browse files Browse the repository at this point in the history
Signed-off-by: ghostloda <[email protected]>
  • Loading branch information
ghostloda committed Mar 3, 2025
1 parent 883cc86 commit a2e707d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/import-patch-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Resolve Modules
id: set-matrix
run: bash ./scripts/resolve-patch-modules.sh ${{ inputs.arch }} "true"
run: bash ./${{ env.PROJECT_PATH }}/scripts/resolve-patch-modules.sh ${{ inputs.arch }} "true"
resolve-modules:
runs-on: ubuntu-24.04
outputs:
Expand All @@ -59,7 +59,7 @@ jobs:
repository: ${{ github.event.pull_request.head.repo.full_name }}
- name: Resolve Modules
id: set-matrix
run: bash ./scripts/resolve-patch-modules.sh ${{ inputs.arch }}
run: bash ./${{ env.PROJECT_PATH }}/scripts/resolve-patch-modules.sh ${{ inputs.arch }}
build:
needs: [ resolve-modules ]
runs-on: ubuntu-24.04
Expand Down
File renamed without changes.

0 comments on commit a2e707d

Please sign in to comment.