Skip to content

Commit 6d26958

Browse files
committed
make fmt
1 parent 6a8061e commit 6d26958

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
@@ -57,18 +57,18 @@ jobs:
5757
steps:
5858
- name: Checkout
5959
uses: actions/checkout@v3
60-
60+
6161
- name: "Get latest Coder binary from the server"
6262
run: |
6363
curl -fsSL "https://dev.coder.com/bin/coder-linux-amd64" -o "./coder"
6464
chmod +x "./coder"
65-
65+
6666
- name: Get Latest Commit Title
6767
id: message
6868
run: |
6969
pr_title=$(git log --format=%s -n 1 ${{ github.sha }})
7070
echo "PR title=$pr_title" >> $GITHUB_OUTPUT
71-
71+
7272
- name: "Push template"
7373
run: |
7474
./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message=$CODER_TEMPLATE_MESSAGE

0 commit comments

Comments
 (0)