Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 468d8f2

Browse files
committed
upodate: relative path
1 parent 9be0fd0 commit 468d8f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/app-build-and-update-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
runs-on: ubuntu-latest
3030
steps:
3131
- name: Build Image with Composite Action
32-
uses: AngleProtocol/github-workflows/.github/actions/app-build.yml@main
32+
uses: ./.github/actions/app-build.yml@main
3333
with:
3434
app: ${{ inputs.app }}
3535
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)