From 155cca9408cb2295b12cfc6a092d82d4c7bcc347 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steve=20Ku=CC=88ng?= Date: Wed, 26 Jun 2024 12:58:18 +0200 Subject: [PATCH] fix --- .github/workflows/main_mwa2test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main_mwa2test.yml b/.github/workflows/main_mwa2test.yml index b184040..17f5807 100644 --- a/.github/workflows/main_mwa2test.yml +++ b/.github/workflows/main_mwa2test.yml @@ -30,8 +30,8 @@ jobs: - name: Install dependencies run: pip install -r requirements_azure.txt - - name: create munkitools directory - run: mkdir -p munkitools + - name: create munkirepo directory + run: mkdir munkirepo - name: Install munkitools run: curl -Lk -o /tmp/munkitools.zip `curl --silent https://api.github.com/repos/munki/munki/releases/latest | /usr/bin/awk '/zipball_url/ { print $2 }' | sed 's/[",]//g'` && unzip /tmp/munkitools.zip -d /tmp/munkitools && rm -rf /tmp/munkitools.zip && cp -R /tmp/munkitools/munki-munki-*/code/client munkitools && rm -rf /tmp/munkitools