This repository was archived by the owner on Sep 28, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 2727 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2828 - name : Checkout head branch from PR
2929 if : ${{ fromJSON(steps.issue_info.outputs.data).pull_request }}
30- uses : actions/checkout@v2.2.0
30+ uses : actions/checkout@v2
3131 with :
3232 repository : ${{ fromJSON(steps.pr_info.outputs.data).head.repo.full_name }}
3333 ref : ${{ fromJSON(steps.pr_info.outputs.data).head.ref }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout code
14- uses : actions/checkout@master
14+ uses : actions/checkout@v2
1515 with :
1616 ref : ${{ github.event.ref }}
1717 fetch-depth : 0
Original file line number Diff line number Diff line change 1010 if : github.repository_owner == 'votca'
1111 runs-on : ubuntu-latest
1212 steps :
13+ - name : Checkout code
14+ uses : actions/checkout@v2
15+ with :
16+ repository : votca/votca
17+ ref : master
18+ fetch-depth : 0
19+ token : ${{ secrets.VOTCA_BOT_TOKEN }}
1320 - name : Update submodule
1421 uses : votca/actions/forward@master
1522 with :
1623 module : ${{ github.repository }}
17- token : ${{ secrets.VOTCA_BOT_TOKEN }}
18-
You can’t perform that action at this time.
0 commit comments