mirror of
https://github.com/wfxr/forgit.git
synced 2026-09-10 07:16:23 -04:00
Meta: change line-endings from CRLF to LF
This commit is contained in:
parent
a1d1d990ec
commit
37f21753ae
40
.github/workflows/tag.yaml
vendored
40
.github/workflows/tag.yaml
vendored
|
|
@ -1,20 +1,20 @@
|
|||
name: Tag
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run on every first day of the month
|
||||
- cron: '0 0 1 * *'
|
||||
|
||||
jobs:
|
||||
|
||||
tag:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Create Tag
|
||||
run: .github/scripts/tag.sh
|
||||
name: Tag
|
||||
|
||||
on:
|
||||
schedule:
|
||||
# Run on every first day of the month
|
||||
- cron: '0 0 1 * *'
|
||||
|
||||
jobs:
|
||||
|
||||
tag:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Create Tag
|
||||
run: .github/scripts/tag.sh
|
||||
|
|
|
|||
Loading…
Reference in a new issue