File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
operator-pull-request :
16
16
name : Operator Pull Request
17
17
# uses: stakater/.github/.github/workflows/operator_pull_request.yaml@main
18
- uses : ./base_pr.yaml.yaml@main
18
+ uses : .github/workflows /base_pr.yaml.yaml@main
19
19
secrets :
20
20
CONTAINER_REGISTRY_URL : ghcr.io/stakater
21
21
CONTAINER_REGISTRY_USERNAME : stakater-user
Original file line number Diff line number Diff line change 15
15
name : Push Operator
16
16
if : " ! contains(toJSON(github.event.commits.*.message), '[skip-ci]')"
17
17
# uses: stakater/.github/.github/workflows/operator_push.yaml@main
18
- uses : ./base_push.yaml@mail
18
+ uses : .github/workflows /base_push.yaml@mail
19
19
secrets :
20
20
ADMIN_TOKEN : ${{ secrets.GITHUB_TOKEN }}
21
21
SLACK_WEBHOOK_URL : ${{ secrets.STAKATER_DELIVERY_SLACK_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments