From 3a2e10183fef0f8a90d85a600f53d6b7d041300f Mon Sep 17 00:00:00 2001 From: Neil Dorin Date: Tue, 17 Mar 2020 22:09:22 -0600 Subject: [PATCH] Testing comm params --- .github/workflows/docker.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9cefdf5..ab5df24 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -124,7 +124,9 @@ jobs: git config user.email "actions@pepperdash.com" git config user.name "GitHub Actions" git add . - git commit -m "Build ${{ env.GITHUB_RUN_NUMBER }} from commit: https://github.com/${{ env.GITHUB_REPOSITORY }}/commit/${{ env.GITHUB_SHA }}" + $commit = "Build ${{ env.GITHUB_RUN_NUMBER }} from commit: https://github.com/${{ env.GITHUB_REPOSITORY }}/commit/${{ env.GITHUB_SHA }}" + Write-Host $commit + git commit -m $commit git tag ${{ env.VERSION }} git push --set-upstream origin $($Env:GITHUB_REF -Replace "refs/heads/") --force git push --tags origin