From aee20d76384b586ae5a715366a8e6555ce1218b1 Mon Sep 17 00:00:00 2001 From: Andy Footner Date: Wed, 19 Jun 2024 16:51:34 +0200 Subject: [PATCH] chore: revert change until the branch can be merged Refs: OPS-10254 --- .github/workflows/composer-update.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/composer-update.yml b/.github/workflows/composer-update.yml index 8167bf2..614ea9a 100644 --- a/.github/workflows/composer-update.yml +++ b/.github/workflows/composer-update.yml @@ -11,8 +11,7 @@ jobs: steps: - name: Update The Thing id: update-action - # uses: UN-OCHA/actions/composer-update@main - uses: UN-OCHA/actions/composer-update@OPS-10254-config-too + uses: UN-OCHA/actions/composer-update@main with: github_access_token: ${{ secrets.PAT }} patch_branch: ${{ github.head_ref || github.ref_name }}