diff --git a/.github/actions/action.yml b/.github/actions/action.yml index 62a35b048..200e4fbb9 100644 --- a/.github/actions/action.yml +++ b/.github/actions/action.yml @@ -1,6 +1,6 @@ name: "Project Builder" runs: - using: "builder" + using: "project-builder" runs-on: ubuntu-22.04 steps: diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 5b86140ce..2c8e1523b 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -6,9 +6,9 @@ jobs: clang-tidy: runs-on: ubuntu-22.04 - using: "builder" steps: + - uses: project-builder - name: Prepare compile_commands.json run: | bear -- make