diff --git a/.github/workflows/outputs.yml b/.github/workflows/outputs.yml index 716c520ae..f5b97f15b 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