Skip to content

Commit 44620f6

Browse files
committed
fix: update action paths in workflow files to use local references
Signed-off-by: Nikolai Emil Damm <[email protected]>
1 parent b2d85ee commit 44620f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test-auto-merge-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
persist-credentials: false
1818

1919
- name: 🧪 Run auto-merge-action
20-
uses: devantler-tech/github-actions/composite-actions/auto-merge-action@d69de4b313f789d5aff0bf42614da212fc5362e2 # v1.8.4
20+
uses: ./auto-merge-action
2121
with:
2222
app_id: ${{ vars.APP_ID }}
2323
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/test-dotnet-test-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: 🧪 Run dotnet-test-action
22-
uses: ./composite-actions/dotnet-test-action
22+
uses: ./dotnet-test-action
2323
with:
2424
app_id: ${{ vars.APP_ID }}
2525
app_private_key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/test-todos-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
persist-credentials: false
1717

1818
- name: 🧪 Run todos-action
19-
uses: ./composite-actions/todos-action
19+
uses: ./todos-action
2020
with:
2121
APP_ID: ${{ vars.APP_ID }}
2222
APP_PRIVATE_KEY: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/test-zizmor-action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
persist-credentials: false
2020

2121
- name: 🌈 Run zizmor-action
22-
uses: ./composite-actions/zizmor-action
22+
uses: ./zizmor-action

0 commit comments

Comments
 (0)