Skip to content

Commit e7672e9

Browse files
ci: fix by expanding env var CHANGED_SUBDIRS (#62)
1 parent 8af3d1e commit e7672e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/kubernetes_apply_dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
token: ${{ secrets.PAT_FOR_TRIGGERING_PRIVATE_WORKFLOWS }}
4343
repository: felix-seifert/gohfert-cluster-private-runners
4444
event-type: kubernetes-manifests-apply
45-
client-payload: '{"ref": "${{ github.ref }}", "changed_kubernetes_subdirs": "$CHANGED_SUBDIRS"}'
45+
client-payload: '{"ref": "${{ github.ref }}", "changed_kubernetes_subdirs": "${{ env.CHANGED_SUBDIRS }}"}'

0 commit comments

Comments
 (0)