Skip to content

Commit ef0cc76

Browse files
authored
ci: use self-repository syntax (#81)
1 parent a84ffd3 commit ef0cc76

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323

2424
tox:
2525
if: ${{ github.event_name == 'pull_request' }}
26-
uses: ./.github/workflows/tox.yml
26+
uses: $/.github/workflows/tox.yml
2727
with:
2828
checkout-ref: ${{ github.ref }}

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
tox:
9-
uses: ./.github/workflows/tox.yml
9+
uses: $/.github/workflows/tox.yml
1010
with:
1111
checkout-ref: ${{ github.event.release.tag_name }}
1212

0 commit comments

Comments
 (0)