Skip to content

Commit cdb7afe

Browse files
authored
chore(ci): DSPX-850 - Fix workflow refs (#265)
1 parent a77a401 commit cdb7afe

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/backport.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
github.event.issue.pull_request &&
2424
startsWith(github.event.comment.body, '/backport')
2525
)
26-
uses: opentdf/platform/reusable_backport.yaml@main
26+
uses: opentdf/platform/.github/workflows/reusable_backport.yaml@main

.github/workflows/create-release-branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
if: ${{ endsWith(github.event.release.tag_name, '.0') }}
1313
permissions:
1414
id-token: write
15-
uses: opentdf/platform/reusable_create-release-branch.yaml@main
15+
uses: opentdf/platform/.github/workflows/reusable_create-release-branch.yaml@main

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: write
1919
pull-requests: write
20-
uses: opentdf/platform/reusable_release-please.yaml@main
20+
uses: opentdf/platform/.github/workflows/reusable_release-please.yaml@main
2121
release:
2222
runs-on: ubuntu-latest
2323
steps:

0 commit comments

Comments
 (0)