From 872a1296df54942335aa1ff1df6c2ccc38c6d7f6 Mon Sep 17 00:00:00 2001 From: Alec Scott Date: Wed, 17 Jun 2026 13:11:27 -0700 Subject: [PATCH] Temporarily disable pushing the changes output to the PR branch Signed-off-by: Alec Scott --- .github/workflows/outputs.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/outputs.yml b/.github/workflows/outputs.yml index 716c520ae5..f5b97f15b9 100644 --- a/.github/workflows/outputs.yml +++ b/.github/workflows/outputs.yml @@ -51,11 +51,11 @@ jobs: run: | git diff HEAD outputs/ - - name: Push modified files to branch - if: ( github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork ) - run: | - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add outputs/ - git commit -m "Update generated outputs on behalf of [@${{ github.actor }}]" - git push + # - name: Push modified files to branch + # if: ( github.event_name == 'pull_request' && ! github.event.pull_request.head.repo.fork ) + # run: | + # git config user.name "github-actions[bot]" + # git config user.email "41898282+github-actions[bot]@users.noreply.github.com" + # git add outputs/ + # git commit -m "Update generated outputs on behalf of [@${{ github.actor }}]" + # git push