Skip to content

Commit

Permalink
ci(ghactions): test pull request branch configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlemetayer committed Dec 28, 2022
1 parent 2edf034 commit 07218fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ghactions-autoupdate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Update GitHub Actions versions

on:
schedule:
- cron: '0 0 * * *'
- cron: '0 * * * *'

jobs:
ghactions-autoupdate:
Expand All @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.WORKFLOW_TOKEN }}

- name: Run GitHub Actions Version Updater
uses: saadmk11/github-actions-version-updater@v0.7.2
uses: saadmk11/github-actions-version-updater@pr-branch-config
with:
token: ${{ secrets.WORKFLOW_TOKEN }}
pull_request_branch: 'ghactions-autoupdate'
Expand Down

0 comments on commit 07218fd

Please sign in to comment.