mirror of
https://github.com/PepperDash/PepperDashCore.git
synced 2026-04-12 03:57:08 +00:00
Adds missing $s
This commit is contained in:
parent
57fef5d0c7
commit
d525ab8dfa
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
|
|
@ -126,7 +126,7 @@ jobs:
|
||||||
git config user.email "actions@pepperdash.com"
|
git config user.email "actions@pepperdash.com"
|
||||||
git config user.name "GitHub Actions"
|
git config user.name "GitHub Actions"
|
||||||
git add .
|
git add .
|
||||||
$commit = "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
|
Write-Host $commit
|
||||||
git commit -m $commit
|
git commit -m $commit
|
||||||
git tag $($Env:VERSION)
|
git tag $($Env:VERSION)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue