We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b012b4a commit 7d92537Copy full SHA for 7d92537
.github/workflows/dogfood.yaml
@@ -63,9 +63,9 @@ jobs:
63
id: vars
64
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
65
66
- - name: Get Latest Commit Title
+ - name: Get latest commit title
67
id: message
68
- 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
69
70
- name: "Get latest Coder binary from the server"
71
run: |
0 commit comments