move the step output to a value type, fixes nil pointer exception bug… #1105
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Update | |
on: | |
push: | |
branches: | |
- develop | |
jobs: | |
autoupdate: | |
name: Auto Update | |
runs-on: ubuntu-latest | |
steps: | |
- uses: docker://chinthakagodawita/autoupdate-action:v1 | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
PR_FILTER: "labelled" | |
PR_LABELS: "auto-update" | |
MERGE_MSG: "Branch was auto-updated." | |
MERGE_CONFLICT_ACTION: "ignore" |