Skip to content

Commit 82512f4

Browse files
committed
use get
Signed-off-by: Filip Gołaś <[email protected]>
1 parent c640889 commit 82512f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/develop-pr-regression.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository and submodules
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727
with:
2828
submodules: 'recursive'
2929
fetch-depth: 0
@@ -45,9 +45,9 @@ jobs:
4545
- name: Set up osfv-test-data
4646
run: |
4747
pushd osfv-test-data
48-
git config --global user.email "[email protected]"
49-
git config --global user.name "Your Name"
50-
git annex pull || true
48+
git config user.email "[email protected]"
49+
git config user.name "Your Name"
50+
git annex get * || true
5151
./setup.sh
5252
popd
5353

0 commit comments

Comments
 (0)