mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 23:26:27 +03:00
Ensure directory is clean before fetching tool when running callable-qa
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
||||
git config --global user.email ""
|
||||
git config --global user.name "github-action[bot]"
|
||||
cd .github
|
||||
rm -rf recipes-checker.zip recipes-checker-main
|
||||
wget -q -O recipes-checker.zip https://codeload.github.com/symfony-tools/recipes-checker/zip/refs/heads/main
|
||||
unzip recipes-checker.zip
|
||||
cd recipes-checker-main
|
||||
|
||||
Reference in New Issue
Block a user