We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e353bc3 commit 0c2657bCopy full SHA for 0c2657b
.github/workflows/composer-update.yml
@@ -11,12 +11,13 @@ jobs:
11
steps:
12
- name: Update The Thing
13
id: update-action
14
- uses: UN-OCHA/actions/composer-update@apmb
+ uses: UN-OCHA/actions/composer-update@main
15
with:
16
aws_access_key_id: ${{ secrets.ECR_AWS_ACCESS_KEY_ID }}
17
aws_secret_access_key: ${{ secrets.ECR_AWS_SECRET_ACCESS_KEY }}
18
github_access_token: ${{ secrets.PAT }}
19
patch_branch: ${{ github.head_ref || github.ref_name }}
20
+ patch_config: false
21
patch_maintainers: ${{ vars.DRUPAL_MAINTAINERS }}
22
slack_bot_token: ${{ secrets.SLACK_BOT_TOKEN }}
23
slack_channel_name: ${{ vars.SLACK_CHANNEL }}
0 commit comments