From d9e0caa79ef7836951f2b9cf082aa4f3ea5bffab Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 24 Sep 2024 20:05:22 -0500 Subject: [PATCH] update post --- content/posts/automate-packer-builds-github-actions/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/posts/automate-packer-builds-github-actions/index.md b/content/posts/automate-packer-builds-github-actions/index.md index 5f02f6f..93a6e11 100644 --- a/content/posts/automate-packer-builds-github-actions/index.md +++ b/content/posts/automate-packer-builds-github-actions/index.md @@ -438,6 +438,7 @@ If it fails for some reason, the `Retry on failure` step will try again, just in Here's the complete `.github/workflows/build.yml`, all in one code block: ```yaml +# torchlight! {"lineNumbers":true} name: Build VM Templates on: