We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48e29c3 commit ad720a3Copy full SHA for ad720a3
.github/workflows/image-ci.yml
@@ -111,8 +111,8 @@ jobs:
111
fi
112
113
- name: Create Pull Request
114
- uses: peter-evans/create-pull-request@v6
115
- with:
+ uses: peter-evans/create-pull-request@v6
+ with:
116
base: main
117
token: ${{ secrets.DEVOPS_DIRECTIVE_KUBERNETES_COURSE_GITHUB_ACTION_PAT }}
118
title: "Update image tags to (${{ needs.generate-image-tag.outputs.image_tag }})"
0 commit comments