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
1 changed files with 3 additions and 0 deletions

View File

@ -57,6 +57,9 @@ jobs:
sudo apt-get update && \
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 }}
uses: actions/checkout@v2