Skip to content

Just generate, skip pushing #991

Answered by spenserblack
Hans5958 asked this question in Q&A
Discussion options

You must be logged in to vote

The output_action input should help with this. See Configuring Output Option.

output_action:
description: |
Output action
- `none`: just create file in `/metrics_renders` directory of action runner
- `commit`: push output to `committer_branch`
- `pull-request`: push output to a new branch and open a pull request to `committer_branch`
- `pull-request-merge`: same as `pull-request` and additionaly merge pull request
- `pull-request-squash`: same as `pull-request` and additionaly squash and merge pull request
- `pull-request-rebase`: same as `pull-request` and additi…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Hans5958
Comment options

Answer selected by Hans5958
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment