Skip to content

Commit 0c2657b

Browse files
committed
fix: Do not try to run the patch-config steps.
These use hard-coded paths that do not exist in GHI. Refs: OPS-11343
1 parent e353bc3 commit 0c2657b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/composer-update.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ jobs:
1111
steps:
1212
- name: Update The Thing
1313
id: update-action
14-
uses: UN-OCHA/actions/composer-update@apmb
14+
uses: UN-OCHA/actions/composer-update@main
1515
with:
1616
aws_access_key_id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
1717
aws_secret_access_key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
1818
github_access_token: ${{ secrets.PAT }}
1919
patch_branch: ${{ github.head_ref || github.ref_name }}
20+
patch_config: false
2021
patch_maintainers: ${{ vars.DRUPAL_MAINTAINERS }}
2122
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
2223
slack_channel_name: ${{ vars.SLACK_CHANNEL }}

0 commit comments

Comments
 (0)