diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 55558dadb..3db026d48 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -20,6 +20,9 @@ jobs: # https://api.github.com/users/github-actions[bot] git config user.name 'github-actions[bot]' git config user.email 'bot@equinix.noreply.github.com' + - name: Clean + id: clean + run: make clean - name: Fetch latest spec id: fetch run: |