Skip to content

Commit 9f2187b

Browse files
committed
reference local workflow
Signed-off-by: Meredith Lancaster <[email protected]>
1 parent 0f32b30 commit 9f2187b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/policies-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-policy-controller:
1010
name: Release Policy Controller Policies Chart
11-
uses: .github/workflows/release.yml@main
11+
uses: ./github/workflows/release.yml
1212
with:
1313
chart_name: policy-controller-policies
1414
chart_release: ${{ github.ref }}

Diff for: .github/workflows/policy-controller-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
release-policy-controller:
1010
name: Release Policy Controller Chart
11-
uses: .github/workflows/release.yml@main
11+
uses: ./github/workflows/release.yml
1212
with:
1313
chart_name: policy-controller
1414
chart_release: ${{ github.ref }}

0 commit comments

Comments
 (0)