Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading