Skip to content

Commit 7d92537

Browse files
authored
chore: fix a typo dogfood.yaml (coder#8572)
1 parent b012b4a commit 7d92537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dogfood.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ jobs:
6363
id: vars
6464
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
6565

66-
- name: Get Latest Commit Title
66+
- name: Get latest commit title
6767
id: message
68-
run: echo "pr_title==$(git log --format=%s -n 1 ${{ github.sha }})" >> $GITHUB_OUTPUT
68+
run: echo "pr_title=$(git log --format=%s -n 1 ${{ github.sha }})" >> $GITHUB_OUTPUT
6969

7070
- name: "Get latest Coder binary from the server"
7171
run: |

0 commit comments

Comments
 (0)