Skip to content

Commit 51daec1

Browse files
committed
ci: use self-repository workflow syntax
1 parent 7f667cb commit 51daec1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pyproject_fmt_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- '.github/workflows/_build.yaml'
5959
build:
6060
needs: changes
61-
uses: ./.github/workflows/_build.yaml
61+
uses: $/.github/workflows/_build.yaml
6262
with:
6363
package-name: pyproject-fmt
6464
pre-commit-mirror: tox-dev/pyproject-fmt

.github/workflows/tox_toml_fmt_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- '.github/workflows/_build.yaml'
5959
build:
6060
needs: changes
61-
uses: ./.github/workflows/_build.yaml
61+
uses: $/.github/workflows/_build.yaml
6262
with:
6363
package-name: tox-toml-fmt
6464
pre-commit-mirror: tox-dev/tox-toml-fmt

0 commit comments

Comments
 (0)