Skip to content

Update FUNDING.yml

Update FUNDING.yml #86

name: Generator Workflow
on:
schedule:
- cron: '0 0 * * *' # runs daily at midnight UTC
jobs:
generator:
runs-on: ubuntu-latest
steps:
- name: Setup shell
uses: actions/setup-shell@v2
- name: Made-by text
id: madeby
run: echo "Made-By: DeclanMiner2005 (DeclanCommunity)" >> seabird.txt

Check failure on line 17 in .github/workflows/seabird_other_files.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/seabird_other_files.yml

Invalid workflow file

You have an error in your yaml syntax on line 17
- name: Version text
id: version
run: echo "Version: ${{ github.event.head_commit.message }}" >> seabird.txt
- name: Hex data
id: hextxt
run: sh -c 'echo -n "AA BB CC DD EE FF 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0F 0E A0 B0 C0 D0 E0 F0" > hex.txt'