File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 apt update
2121 apt install -y curl
2222 curl -v http://git.altherneum.fr
23- - name : Network test .git altherneum.fr
23+ - name : Network test HTTPs git.altherneum.fr
24+ run : |
25+ apt update
26+ apt install -y curl
27+ curl -v https://git.altherneum.fr
28+ - name : Network test HTTP altherneum.fr/*/*.git
2429 run : curl -v http://git.altherneum.fr/Altherneum/plugin.git/info/refs?service=git-upload-pack
30+ - name : Network test HTTPs altherneum.fr/*/*.git
31+ run : curl -v https://git.altherneum.fr/Altherneum/plugin.git/info/refs?service=git-upload-pack
2532
2633 - name : Checkout plugin.git
2734 run : |
7077 with :
7178 tag : ${{ steps.tag.outputs.tag }}
7279 direction : upload
73- url : http ://git.altherneum.fr
80+ url : https ://git.altherneum.fr
7481 repo : Altherneum/plugin
7582 token : ${{ secrets.WRITE_TOKEN_RELEASE_ACTION }}
7683 release-dir : dist/release
You can’t perform that action at this time.
0 commit comments