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 6a8061e commit 6d26958Copy full SHA for 6d26958
.github/workflows/dogfood.yaml
@@ -57,18 +57,18 @@ jobs:
57
steps:
58
- name: Checkout
59
uses: actions/checkout@v3
60
-
+
61
- name: "Get latest Coder binary from the server"
62
run: |
63
curl -fsSL "https://dev.coder.com/bin/coder-linux-amd64" -o "./coder"
64
chmod +x "./coder"
65
66
- name: Get Latest Commit Title
67
id: message
68
69
pr_title=$(git log --format=%s -n 1 ${{ github.sha }})
70
echo "PR title=$pr_title" >> $GITHUB_OUTPUT
71
72
- name: "Push template"
73
74
./coder templates push $CODER_TEMPLATE_NAME --directory $CODER_TEMPLATE_DIR --yes --name=$CODER_TEMPLATE_VERSION --message=$CODER_TEMPLATE_MESSAGE
0 commit comments