Skip to content

Commit

Permalink
ci: validate step outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
keplervital committed Aug 8, 2023
1 parent 28c3242 commit 2a1aaf1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/automation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
branch-name: 'changelogs'
commit-message: 'chore: auto update changelogs'
- name: 'Validate Outputs'
run: |
echo "outputs: ${{ steps.create-pull-request.outputs }}"
- name: 'Approve Pull Request'
uses: ./.github/actions/pullrequest/approve
if: ${{ steps.create-pull-request.outputs.pull-request-created == 'true' }}
Expand Down

0 comments on commit 2a1aaf1

Please sign in to comment.