Skip to content

Commit

Permalink
No idea what is going on with the commit action
Browse files Browse the repository at this point in the history
It has been working fine for months and now suddenly isn't? The logs don't show anything of use, it just seems to time out for no reason.
  • Loading branch information
othyn committed Dec 6, 2023
1 parent e393d13 commit 5c334d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/10-calendars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
name: Generate Calendars
runs-on: ubuntu-latest
timeout-minutes: 2
timeout-minutes: 10

steps:
- name: Checkout code
Expand All @@ -43,7 +43,7 @@ jobs:
run: git checkout -- composer.json

- name: Commit any changes back to the repo
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "[GitHub Actions Bot: Publish iCal's Update]"
commit_author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>

0 comments on commit 5c334d1

Please sign in to comment.