Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ef658d commit a2dc882Copy full SHA for a2dc882
1 file changed
.github/workflows/cron-update.yml
@@ -37,7 +37,7 @@ jobs:
37
- name: Build
38
run: |
39
cd "tailscale-$(echo ${{ needs.sync_tailscale.outputs.version }} | awk '{print substr($0,2,99)}')"
40
- git init && git add . && git commit -m "init"
+ git init && git add . && git -c user.name='Wayne' -c user.email='[email protected]' commit -m 'init'
41
GOOS=linux GOARCH=arm64 sh build_dist.sh --box --extra-small -o tailscale ./cmd/tailscaled
42
upx --lzma --best ./tailscale
43
tar -zcf ../tailscale_${{ needs.sync_tailscale.outputs.version }}_arm64_upx.tar.gz ./tailscale
0 commit comments