Skip to content

Commit

Permalink
Update build script
Browse files Browse the repository at this point in the history
  • Loading branch information
0xWDG committed Apr 7, 2024
1 parent 87e818d commit 469140f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/update_contributors.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: Update Contributors List
on:
schedule:
# Run every day of the week at 6am
- cron: '0 6 * * *'
# Run every day of the week at 6am and 6pm
- cron: '0 6,18 * * *'
workflow_dispatch:
push:
branches:
Expand Down Expand Up @@ -32,7 +32,7 @@ jobs:
}" > config.json
- name: Run & Send
run: echo swift application.swift
run: swift application.swift

- name: Get SHA Hash of contributors.json
id: get_sha
Expand Down Expand Up @@ -68,8 +68,6 @@ jobs:
-d "$json" \
"$api_url"
echo "JSON: $json"
- name: Upload 'contributors.json' to repo
run: |
git config --global user.name 'aurora-care-bear'
Expand Down

0 comments on commit 469140f

Please sign in to comment.