We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed9b63 commit 19bce31Copy full SHA for 19bce31
1 file changed
.github/workflows/version-maintenance.yml
@@ -12,13 +12,13 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
15
- - name: Checkout Colvars repo in full
16
- uses: actions/checkout@v5
17
- with:
18
- fetch-depth: 0
+ - name: Clone Colvars repo
+ run: |
+ git clone git@github.com:Colvars/colvars
19
20
- name: Checkout Wiki repo
21
uses: actions/checkout@v5
+ working-directory: colvars
22
with:
23
repository: 'Colvars/colvars.wiki'
24
path: 'wiki'
@@ -34,6 +34,7 @@ jobs:
34
git config --global user.name "CI runner"
35
36
- name: Update Wiki page that lists Colvars versions
37
38
run: |
39
bash doc/print_engine_versions.sh > wiki/List-of-Colvars-versions-included-in-simulation-and-analysis-packages.md
40
if ! git -C wiki diff --quiet ; then
0 commit comments