File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed
Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change 33name : update container tags
44
55' on ' :
6- pull_request_target :
6+ pull_request :
77
88jobs :
99 update-container-tags :
1010 runs-on : ubuntu-latest
11- env :
12- GITHUB_REF : ${{ github.head_ref }}
1311 steps :
1412 - uses : actions/checkout@v2
1513 with :
16- token : ${{ secrets.PERSONAL_ACCESS_TOKEN }}
1714 repository : ${{ github.event.pull_request.head.repo.full_name }}
18-
19- - name : git fetch
20- run : |
21- git fetch
22- - name : git checkout
23- run : |
24- git checkout "$GITHUB_REF"
25-
26- # compare to upstream main branch
27- - name : git add remote
28- run : |
29- git remote add quarry https://github.com/toolforge/quarry.git
30- - name : git remote update
31- run : |
32- git remote update
15+ ref : ${{ github.event.pull_request.head.ref }}
3316
3417 - name : update values.yaml
3518 run : |
4225 add : ' helm-quarry/values.yaml'
4326 author_name : Github Action
4427 author_email : auto@github.com
45- branch : ${{ env.GITHUB_REF }}
4628 message : ' auto update of tag'
You can’t perform that action at this time.
0 commit comments