Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a2dc882

Browse files
committed
update
1 parent 6ef658d commit a2dc882

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cron-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Build
3838
run: |
3939
cd "tailscale-$(echo ${{ needs.sync_tailscale.outputs.version }} | awk '{print substr($0,2,99)}')"
40-
git init && git add . && git commit -m "init"
40+
git init && git add . && git -c user.name='Wayne' -c user.email='[email protected]' commit -m 'init'
4141
GOOS=linux GOARCH=arm64 sh build_dist.sh --box --extra-small -o tailscale ./cmd/tailscaled
4242
upx --lzma --best ./tailscale
4343
tar -zcf ../tailscale_${{ needs.sync_tailscale.outputs.version }}_arm64_upx.tar.gz ./tailscale

0 commit comments

Comments
 (0)