Skip to content

Commit f23b7a9

Browse files
committed
make fmt
1 parent 8b9def8 commit f23b7a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/dogfood.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,18 +51,18 @@ jobs:
5151
tags: "codercom/oss-dogfood:${{ steps.docker-tag-name.outputs.tag }},codercom/oss-dogfood:latest"
5252
cache-from: type=registry,ref=codercom/oss-dogfood:latest
5353
cache-to: type=inline
54-
54+
5555
deploy_template:
5656
needs: deploy_image
5757
runs-on: ubuntu-latest
5858
steps:
5959
- name: Checkout
6060
uses: actions/checkout@v3
61-
61+
6262
- name: Get short commit SHA
6363
id: vars
6464
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
65-
65+
6666
- name: Get Latest Commit Title
6767
id: message
6868
run: echo "pr_title==$(git log --format=%s -n 1 ${{ github.sha }})" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)