File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22phony : help
33
44# Release tag for the action
5- VERSION := v0.5.0
5+ VERSION := v0.5.2
66
77# GitHub Actions bogus variables
88GITHUB_REF ?= refs/heads/null
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Features:
3737
3838``` yaml
3939 - name : Run the Action
40- uses : devops-infra/action-pull-request@v0.5.0
40+ uses : devops-infra/action-pull-request@v0.5.2
4141 with :
4242 github_token : ${{ secrets.GITHUB_TOKEN }}
4343 source_branch : development
@@ -119,7 +119,7 @@ jobs:
119119 - name: Checkout repository
120120 uses: actions/checkout@v2
121121 - name: Create pull request
122- uses: devops-infra/action-pull-request@v0.5.0
122+ uses: devops-infra/action-pull-request@v0.5.2
123123 with:
124124 github_token: ${{ secrets.GITHUB_TOKEN }}
125125 title: Automatic pull request
@@ -141,7 +141,7 @@ jobs:
141141 fetch-depth: 0
142142 - name: Run the Action
143143 if: startsWith(github.ref, 'refs/heads/feature')
144- uses: devops-infra/action-pull-request@v0.5.0
144+ uses: devops-infra/action-pull-request@v0.5.2
145145 with:
146146 github_token: ${{ secrets.GITHUB_TOKEN }}
147147 title: ${{ github.event.commits[0].message }}
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ outputs:
6969 description : Pull request URL.
7070runs :
7171 using : docker
72- image : docker://devopsinfra/action-pull-request:v0.5.0
72+ image : docker://devopsinfra/action-pull-request:v0.5.2
7373 env :
7474 GITHUB_TOKEN : ${{ inputs.github_token }}
7575branding :
You can’t perform that action at this time.
0 commit comments