Skip to content
This repository has been archived by the owner on Jul 19, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
cafuego committed May 10, 2022
1 parent 800bc36 commit 6128960
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/composer-update.yml
Expand Up @@ -10,9 +10,13 @@ jobs:
container: public.ecr.aws/unocha/php:8.0-stable
steps:

- name: Workaround Git Issue
id: workaround
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout code
id: checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
ref: 'develop'

Expand All @@ -36,7 +40,7 @@ jobs:

- name: Create Pull Request
id: pull
uses: peter-evans/create-pull-request@v3
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.PAT }}
commit-message: "[UPDATES] Periodic pull request after updating all outdated drupal packages."
Expand Down

0 comments on commit 6128960

Please sign in to comment.