updated actions

This commit is contained in:
luke-hagar-sp
2024-02-29 18:20:21 -05:00
parent a7c0cb367f
commit 17a3c6b2de

View File

@@ -1,9 +1,12 @@
name: GitHub Actions Demo
run-name: ${{ github.actor }} is testing out GitHub Actions 🚀
name: GitHub Profile Stats
on:
push:
branches:
- main
schedule:
# run everyday at 12:00 UTC
- cron: "0 12 * * *"
workflow_dispatch:
permissions: