Update sync_wgcf.yml

dependabot/github_actions/docker/setup-buildx-action-2.6.0
fscarmen 3 years ago committed by GitHub
parent ce47008f6f
commit 86ce3d2fc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/sync_wgcf.yml

@ -47,11 +47,7 @@ jobs:
fi
- name: Upload to REPO
uses: stefanzweifel/git-auto-commit-action@v4
if: ${{ env.VERSION != '' }}
run: |
git config --global user.email "${{ env.EMAIL }}"
git config --global user.name "${{ env.USERNAME }}"
git add .
git commit -m "Sync WGCF to V${{ env.VERSION }} by Github Actions, $(date "+%Y/%m/%d %H:%M:%S")"
git push
with:
commit_message: Sync WGCF to V${{ env.VERSION }} by Github Actions, $(date "+%Y/%m/%d %H:%M:%S")

Loading…
Cancel
Save