This commit is contained in:
parent
ca4a6728bf
commit
1cb4f5540d
|
@ -4,11 +4,12 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- run: cd ..
|
||||
- run: |
|
||||
cd ..
|
||||
ls
|
||||
apt-get update
|
||||
apt-get install -y chromium
|
||||
echo ${{ secrets.CERT }} > cf-detect-chrome.pem
|
||||
echo "${{ secrets.CERT }}" > cf-detect-chrome.pem
|
||||
chromium --no-sandbox --pack-extension=./cf-detect-chrome --pack-extension-key=./cf-detect-chrome.pem
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue