diff --git a/.github/workflows/actions-change-labeler.yml b/.github/workflows/action.yml similarity index 100% rename from .github/workflows/actions-change-labeler.yml rename to .github/workflows/action.yml diff --git a/.github/workflows/compare-changes.yml b/.github/workflows/compare-changes.yml index a6e4166..1a0840a 100644 --- a/.github/workflows/compare-changes.yml +++ b/.github/workflows/compare-changes.yml @@ -26,7 +26,7 @@ jobs: - name: Get changed files id: changed-files - uses: ./.github/workflows/actions-change-labeler.yml + uses: ./.github/workflows/action.yml - run: echo "Changes detected ${{ steps.changed-files.outputs.changes }}" - run: echo "backend changed"