diff --git a/github-actions/templates/multi-event.yml b/.github/workflows/multi-event.yml similarity index 100% rename from github-actions/templates/multi-event.yml rename to .github/workflows/multi-event.yml diff --git a/github-actions/templates/schedule.yml b/.github/workflows/schedule.yml similarity index 86% rename from github-actions/templates/schedule.yml rename to .github/workflows/schedule.yml index a88231de6..9ae566778 100644 --- a/github-actions/templates/schedule.yml +++ b/.github/workflows/schedule.yml @@ -1,6 +1,6 @@ on: schedule: - - cron: '*/5 * * * *' + - cron: '*/2 * * * *' jobs: hello_world: diff --git a/github-actions/templates/greetings.yml b/github-actions/templates/greetings.yml index 996da6bbd..55fa6375e 100644 --- a/github-actions/templates/greetings.yml +++ b/github-actions/templates/greetings.yml @@ -9,7 +9,8 @@ jobs: issues: write pull-requests: write steps: - # https://github.com/actions/first-interaction + # https://github.com/actions/first-interaction + - uses: actions/first-interaction@v1 with: repo-token: ${{ secrets.GITHUB_TOKEN }}