From bf5dbce4be216150f9a9eb7c49db98b39dd47b8d Mon Sep 17 00:00:00 2001 From: uazo <29201891+uazo@users.noreply.github.com> Date: Fri, 28 Oct 2022 07:44:24 -0800 Subject: [PATCH] Update check_git_apply.yaml --- .github/workflows/check_git_apply.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check_git_apply.yaml b/.github/workflows/check_git_apply.yaml index a32aa2d..95fda13 100644 --- a/.github/workflows/check_git_apply.yaml +++ b/.github/workflows/check_git_apply.yaml @@ -54,10 +54,10 @@ jobs: git clone https://github.com/uazo/bromite-buildtools - wget https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_linux_amd64.zip - unzip pup_v0.4.0_linux_amd64.zip - rm pup_v0.4.0_linux_amd64.zip - BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$GITHUB_SHA | ./pup -p li.branch:last-child a text{}) + #wget https://github.com/ericchiang/pup/releases/download/v0.4.0/pup_v0.4.0_linux_amd64.zip + #unzip pup_v0.4.0_linux_amd64.zip + #rm pup_v0.4.0_linux_amd64.zip + #BRANCH=$(curl https://github.com/uazo/bromite/branch_commits/$GITHUB_SHA | ./pup -p li.branch:last-child a text{}) test -d /github/home/.vscode-server || sudo mkdir /github/home/.vscode-server sudo chown lg /github/home/.vscode-server