1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

setup git user

This commit is contained in:
Casey Lee 2022-06-20 16:38:48 -07:00
parent 7ea25ed42d
commit e668ca33b1

View file

@ -1,4 +1,4 @@
name: tag-monthly
name: promote
on:
schedule:
- cron: '0 2 1 * *'
@ -9,13 +9,14 @@ env:
jobs:
release:
name: tag-monthly
name: promote
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
ref: master
- uses: fregante/setup-git-user@v1
- uses: actions/setup-go@v3
with:
go-version: ${{ env.GO_VERSION }}