Use tests-passed branch of discourse/discourse in tests action
Dieser Commit ist enthalten in:
Ursprung
a81b4f8eb5
Commit
16eb609b55
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
2
.github/workflows/plugin-tests.yml
gevendort
2
.github/workflows/plugin-tests.yml
gevendort
|
@ -52,7 +52,7 @@ jobs:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
repository: discourse/discourse
|
repository: discourse/discourse
|
||||||
ref: "${{ (github.base_ref || github.ref) }}"
|
ref: "tests-passed"
|
||||||
fetch-depth: 1
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Fetch Repo Name
|
- name: Fetch Repo Name
|
||||||
|
|
Laden …
In neuem Issue referenzieren