Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit aeeb6ff

Browse files
committed
'Auto-commit from all.sh'
1 parent 885e3fa commit aeeb6ff

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ permissions:
1010

1111
jobs:
1212
publish:
13-
uses: devantler-tech/workflows/.github/workflows/dotnet-library-publish.yaml@main
13+
uses: devantler-tech/github-actions/.github/workflows/dotnet-library-publish.yaml@main
1414
secrets: inherit

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ permissions:
1313

1414
jobs:
1515
release:
16-
uses: devantler-tech/workflows/.github/workflows/release.yaml@main
16+
uses: devantler-tech/github-actions/.github/workflows/release.yaml@main
1717
secrets: inherit

.github/workflows/sync-labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ permissions:
99

1010
jobs:
1111
sync-labels:
12-
uses: devantler-tech/workflows/.github/workflows/sync-labels.yaml@main
12+
uses: devantler-tech/github-actions/.github/workflows/sync-labels.yaml@main

.github/workflows/todos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ on:
88

99
jobs:
1010
todos:
11-
uses: devantler-tech/workflows/.github/workflows/todos.yaml@main
11+
uses: devantler-tech/github-actions/.github/workflows/todos.yaml@main
1212
secrets: inherit

0 commit comments

Comments
 (0)