curquiza
f62e7a3501
Remove core mention
2022-12-13 17:34:43 +01:00
curquiza
9a3f9577b8
Remove useless line in CI
2022-12-11 21:26:05 +01:00
funilrys
a441fe5ae5
Remove unecessary line.
2022-11-08 21:18:24 +01:00
funilrys
72c4db4553
Rewrite: ${GITHUB_OUTPUT} -> $GITHUB_OUTPUT.
2022-11-08 21:15:28 +01:00
funilrys
09e71fdeb6
Replace deprecated set-output in GitHub actions
...
This patch fixes #3011 .
This patch fixes the depracation warning regarding the usage of
`set-output`.
This patch fixes the issues by switching the following format:
```
echo ::set-output name=[name]::[value]
```
into the following format:
```
echo "[name]=[value]" >> ${GITHUB_OUTPUT}
```
2022-10-31 22:28:01 +01:00
Clémentine Urquizar - curqui
add793462f
Update milestone-workflow.yml ( #2853 )
2022-10-04 16:35:06 +02:00
Clémentine Urquizar - curqui
cc2a271287
Update milestone-workflow.yml ( #2852 )
2022-10-04 16:26:15 +02:00
Kian-Meng Ang
740926e747
Fix typos
...
Found via `codespell -L crate,nam,hart,succeded`.
2022-09-21 21:46:06 +08:00
Clémentine Urquizar
d0aa8042e2
Fix job names
2022-09-03 17:53:37 +02:00
Clémentine Urquizar
9cb1e4af5c
Rename workflow file
2022-09-03 17:50:24 +02:00