Skip to content

Commit c254dcb

Browse files
committed
chore: point reusable workflows to openfga/.github
1 parent f87272f commit c254dcb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ jobs:
122122
needs: [publish]
123123
permissions:
124124
contents: write
125-
uses: openfga/sdk-generator/.github/workflows/undraft-release.yml@main
125+
uses: openfga/.github/.github/workflows/undraft-release.yml@main

.github/workflows/pr-title-conventional-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ jobs:
1010
pr-title-check:
1111
permissions:
1212
pull-requests: read
13-
uses: openfga/sdk-generator/.github/workflows/pr-title-check.yml@main
13+
uses: openfga/.github/.github/workflows/pr-title-check.yml@main
1414

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
if: |
3737
github.event_name == 'workflow_dispatch' ||
3838
startsWith(github.event.head_commit.message, 'release:')
39-
uses: openfga/sdk-generator/.github/workflows/release-please.yml@main
39+
uses: openfga/.github/.github/workflows/release-please.yml@main
4040
with:
4141
trigger-event: ${{ github.event_name }}
4242
bump-type: ${{ inputs.bump-type || 'auto' }}

0 commit comments

Comments
 (0)