Skip to content

Commit

Permalink
chore: test out merge status output
Browse files Browse the repository at this point in the history
  • Loading branch information
simoneb committed Feb 7, 2024
1 parent 0cbfb51 commit 1eb63b6
Show file tree
Hide file tree
Showing 2 changed files with 1,422 additions and 1,416 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ inputs:
description: 'If true, the action will not validate the user or the commit verification status'
default: false

outputs:
merge_status:
description: "Merge status"
value: ${{ steps.main.outputs.merge_status }}

runs:
using: 'composite'
steps:
Expand All @@ -53,6 +58,7 @@ runs:
skip-verification : ${{ inputs.skip-verification }}
- name: Merge/approve PR
uses: actions/github-script@v7
id: main
with:
github-token: ${{ inputs.github-token }}
script: |
Expand Down
Loading

0 comments on commit 1eb63b6

Please sign in to comment.