Skip to content

Commit 3146f7d

Browse files
authored
Merge pull request #18 from oracle-samples/fixci
Fix ref
2 parents c8e3f99 + 5eec3c9 commit 3146f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v2
2121
with:
2222
repository: parse-community/parse-server
23-
ref: 7.3.0-alpha.7
23+
ref: ${{ matrix.version }}
2424
path: parse-server
2525
- name: Checkout templateCodeAndSpecs
2626
uses: actions/checkout@v2

0 commit comments

Comments
 (0)