Meta: change line-endings from CRLF to LF

This commit is contained in:
carlfriedrich 2022-11-24 14:54:00 +01:00
parent a1d1d990ec
commit 37f21753ae

View file

@ -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