diff --git a/.github/workflows/versions.yaml b/.github/workflows/versions.yaml index 674e89f4c..5612098ac 100644 --- a/.github/workflows/versions.yaml +++ b/.github/workflows/versions.yaml @@ -14,8 +14,7 @@ jobs: uses: actions/checkout@v2 - name: Update versions.md - run: | - ./bin/version_scan + run: bin/version_scan - name: Commit and push if it changed run: |