Skip to content
This repository was archived by the owner on Sep 28, 2021. It is now read-only.

Commit 8cbc346

Browse files
committed
GHA: update forward action
1 parent 7599adb commit 8cbc346

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/forward-to-votca.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,14 @@ jobs:
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-

0 commit comments

Comments
 (0)