Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
d102943a
Commit
d102943a
authored
Nov 07, 2022
by
neil
Browse files
upgrade actions/checkout@v3
parent
a0b27ddb
Changes
12
Hide whitespace changes
Inline
Side-by-side
.github/workflows/DNS.yml
View file @
d102943a
...
...
@@ -65,7 +65,7 @@ jobs:
TokenName4
:
${{ secrets.TokenName4}}
TokenName5
:
${{ secrets.TokenName5}}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Clone acmetest
run
:
cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
name
:
Set env file
...
...
@@ -113,7 +113,7 @@ jobs:
TokenName4
:
${{ secrets.TokenName4}}
TokenName5
:
${{ secrets.TokenName5}}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Install tools
run
:
brew install socat
-
name
:
Clone acmetest
...
...
@@ -164,7 +164,7 @@ jobs:
-
name
:
Set git to use LF
run
:
|
git config --global core.autocrlf false
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Install cygwin base packages with chocolatey
run
:
|
choco config get cacheLocation
...
...
@@ -223,7 +223,7 @@ jobs:
TokenName4
:
${{ secrets.TokenName4}}
TokenName5
:
${{ secrets.TokenName5}}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Clone acmetest
run
:
cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
uses
:
vmactions/freebsd-vm@v0
...
...
@@ -274,7 +274,7 @@ jobs:
TokenName4
:
${{ secrets.TokenName4}}
TokenName5
:
${{ secrets.TokenName5}}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Clone acmetest
run
:
cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
uses
:
vmactions/openbsd-vm@v0
...
...
@@ -325,7 +325,7 @@ jobs:
TokenName4
:
${{ secrets.TokenName4}}
TokenName5
:
${{ secrets.TokenName5}}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Clone acmetest
run
:
cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
uses
:
vmactions/netbsd-vm@v0
...
...
@@ -377,7 +377,7 @@ jobs:
TokenName4
:
${{ secrets.TokenName4}}
TokenName5
:
${{ secrets.TokenName5}}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Clone acmetest
run
:
cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
uses
:
vmactions/dragonflybsd-vm@v0
...
...
@@ -433,7 +433,7 @@ jobs:
TokenName4
:
${{ secrets.TokenName4}}
TokenName5
:
${{ secrets.TokenName5}}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Clone acmetest
run
:
cd .. && git clone --depth=1 https://github.com/acmesh-official/acmetest.git && cp -r acme.sh acmetest/
-
uses
:
vmactions/solaris-vm@v0
...
...
.github/workflows/DragonFlyBSD.yml
View file @
d102943a
...
...
@@ -45,7 +45,7 @@ jobs:
CA_EMAIL
:
${{ matrix.CA_EMAIL }}
TEST_PREFERRED_CHAIN
:
${{ matrix.TEST_PREFERRED_CHAIN }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
uses
:
vmactions/cf-tunnel@v0.0.3
id
:
tunnel
with
:
...
...
.github/workflows/FreeBSD.yml
View file @
d102943a
...
...
@@ -51,7 +51,7 @@ jobs:
TEST_PREFERRED_CHAIN
:
${{ matrix.TEST_PREFERRED_CHAIN }}
ACME_USE_WGET
:
${{ matrix.ACME_USE_WGET }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
uses
:
vmactions/cf-tunnel@v0.0.3
id
:
tunnel
with
:
...
...
.github/workflows/Linux.yml
View file @
d102943a
...
...
@@ -33,7 +33,7 @@ jobs:
TEST_PREFERRED_CHAIN
:
(STAGING) Pretend Pear X1
TEST_ACME_Server
:
"
LetsEncrypt.org_test"
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Clone acmetest
run
:
|
cd .. \
...
...
.github/workflows/MacOS.yml
View file @
d102943a
...
...
@@ -44,7 +44,7 @@ jobs:
CA_EMAIL
:
${{ matrix.CA_EMAIL }}
TEST_PREFERRED_CHAIN
:
${{ matrix.TEST_PREFERRED_CHAIN }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Install tools
run
:
brew install socat
-
name
:
Clone acmetest
...
...
.github/workflows/NetBSD.yml
View file @
d102943a
...
...
@@ -45,7 +45,7 @@ jobs:
CA_EMAIL
:
${{ matrix.CA_EMAIL }}
TEST_PREFERRED_CHAIN
:
${{ matrix.TEST_PREFERRED_CHAIN }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
uses
:
vmactions/cf-tunnel@v0.0.3
id
:
tunnel
with
:
...
...
.github/workflows/OpenBSD.yml
View file @
d102943a
...
...
@@ -51,7 +51,7 @@ jobs:
TEST_PREFERRED_CHAIN
:
${{ matrix.TEST_PREFERRED_CHAIN }}
ACME_USE_WGET
:
${{ matrix.ACME_USE_WGET }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
uses
:
vmactions/cf-tunnel@v0.0.3
id
:
tunnel
with
:
...
...
.github/workflows/PebbleStrict.yml
View file @
d102943a
...
...
@@ -33,7 +33,7 @@ jobs:
TEST_CA
:
"
Pebble
Intermediate
CA"
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Install tools
run
:
sudo apt-get install -y socat
-
name
:
Run Pebble
...
...
@@ -58,7 +58,7 @@ jobs:
TEST_IPCERT
:
1
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Install tools
run
:
sudo apt-get install -y socat
-
name
:
Run Pebble
...
...
.github/workflows/Solaris.yml
View file @
d102943a
...
...
@@ -51,7 +51,7 @@ jobs:
TEST_PREFERRED_CHAIN
:
${{ matrix.TEST_PREFERRED_CHAIN }}
ACME_USE_WGET
:
${{ matrix.ACME_USE_WGET }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
uses
:
vmactions/cf-tunnel@v0.0.3
id
:
tunnel
with
:
...
...
.github/workflows/Ubuntu.yml
View file @
d102943a
...
...
@@ -70,7 +70,7 @@ jobs:
TestingDomain
:
${{ matrix.TestingDomain }}
ACME_USE_WGET
:
${{ matrix.ACME_USE_WGET }}
steps
:
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Install tools
run
:
sudo apt-get install -y socat wget
-
name
:
Start StepCA
...
...
.github/workflows/Windows.yml
View file @
d102943a
...
...
@@ -49,7 +49,7 @@ jobs:
-
name
:
Set git to use LF
run
:
|
git config --global core.autocrlf false
-
uses
:
actions/checkout@v
2
-
uses
:
actions/checkout@v
3
-
name
:
Install cygwin base packages with chocolatey
run
:
|
choco config get cacheLocation
...
...
.github/workflows/dockerhub.yml
View file @
d102943a
...
...
@@ -41,7 +41,7 @@ jobs:
if
:
"
contains(needs.CheckToken.outputs.hasToken,
'true')"
steps
:
-
name
:
checkout code
uses
:
actions/checkout@v
2
uses
:
actions/checkout@v
3
-
name
:
Set up QEMU
uses
:
docker/setup-qemu-action@v1
-
name
:
Set up Docker Buildx
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment