We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec8e7c1 commit 2c7925dCopy full SHA for 2c7925d
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
mkdir applications;
16
mkdir maintenance;
17
cd applications;
18
- wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/AdMeta.md";
+ wget "https://raw.githubusercontent.com/w3f/Grants-Program/master/applications/Lollipop.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
@@ -25,4 +25,4 @@ jobs:
25
- name: Test action with maintenance application
26
uses: ./
27
with:
28
- path: maintenance/wasm-opt-for-rust.md
+ path: maintenance/wasm-opt-for-rust.md
0 commit comments