Skip to content

Commit ad720a3

Browse files
committed
fix indentation
1 parent 48e29c3 commit ad720a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/image-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ jobs:
111111
fi
112112
113113
- name: Create Pull Request
114-
uses: peter-evans/create-pull-request@v6
115-
with:
114+
uses: peter-evans/create-pull-request@v6
115+
with:
116116
base: main
117117
token: ${{ secrets.DEVOPS_DIRECTIVE_KUBERNETES_COURSE_GITHUB_ACTION_PAT }}
118118
title: "Update image tags to (${{ needs.generate-image-tag.outputs.image_tag }})"

0 commit comments

Comments
 (0)