We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7599adb commit 8cbc346Copy full SHA for 8cbc346
1 file changed
.github/workflows/forward-to-votca.yml
@@ -10,9 +10,14 @@ jobs:
10
if: github.repository_owner == 'votca'
11
runs-on: ubuntu-latest
12
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 }}
20
- name: Update submodule
21
uses: votca/actions/forward@master
22
with:
23
module: ${{ github.repository }}
- token: ${{ secrets.VOTCA_BOT_TOKEN }}
-
0 commit comments