We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c2d63f commit fb51a59Copy full SHA for fb51a59
1 file changed
.github/workflows/ci.yml
@@ -15,13 +15,13 @@ jobs:
15
mkdir applications;
16
mkdir maintenance;
17
cd applications;
18
- wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/Lollipop.md";
+ wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/LunoKit.md";
19
cd ../maintenance;
20
wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/maintenance/wasm-opt-for-rust.md"
21
- name: Test action with normal application
22
uses: ./
23
with:
24
- path: applications/Lollipop.md
+ path: applications/LunoKit.md
25
- name: Test action with maintenance application
26
27
0 commit comments