chore: fix a typo dogfood.yaml (#8572)

This commit is contained in:
Muhammad Atif Ali
2023-07-18 09:51:46 +00:00
committed by GitHub
parent b012b4a810
commit 7d92537af5
+2 -2
View File
@@ -63,9 +63,9 @@ jobs:
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: Get Latest Commit Title
- name: Get latest commit title
id: message
run: echo "pr_title==$(git log --format=%s -n 1 ${{ github.sha }})" >> $GITHUB_OUTPUT
run: echo "pr_title=$(git log --format=%s -n 1 ${{ github.sha }})" >> $GITHUB_OUTPUT
- name: "Get latest Coder binary from the server"
run: |