diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index ecf71b4..6fe9619 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -63,7 +63,7 @@ jobs: - name: Notify branch run: | - echo "$GITHUB_CONTEXT" > latest.json + echo $env:GITHUB_CONTEXT > latest.json git config user.name github-actions git config user.email github-actions@github.com git add .