Update check_git_apply.yaml

This commit is contained in:
uazo 2022-10-28 09:50:38 -02:00 committed by GitHub
parent 8e00d11fc9
commit 5258713cc6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,9 @@ jobs:
sudo apt-get update && \ sudo apt-get update && \
sudo apt-get install -y aspnetcore-runtime-6.0 sudo apt-get install -y aspnetcore-runtime-6.0
test -d /github/home/.vscode-server || sudo mkdir /github/home/.vscode-server
sudo chown lg /github/home/.vscode-server
- name: Checkout 'uazo/bromite' ${{ env.BRANCH }} - name: Checkout 'uazo/bromite' ${{ env.BRANCH }}
uses: actions/checkout@v2 uses: actions/checkout@v2