diff --git a/.github/workflows/check-attributions.yml b/.github/workflows/check-attribution.yml similarity index 97% rename from .github/workflows/check-attributions.yml rename to .github/workflows/check-attribution.yml index ab437c3fef08..ea348797b27d 100644 --- a/.github/workflows/check-attributions.yml +++ b/.github/workflows/check-attribution.yml @@ -46,7 +46,7 @@ jobs: cache: 'yarn' - name: Install dependencies from cache run: yarn --immutable --immutable-cache - - name: Generate Atributions + - name: Generate Atribution run: yarn generate:attribution - name: Check whether there are attribution changes run: | diff --git a/.github/workflows/update-attributions.yml b/.github/workflows/update-attribution.yml similarity index 100% rename from .github/workflows/update-attributions.yml rename to .github/workflows/update-attribution.yml