diff --git a/.github/workflows/update-abbreviations.yml b/.github/workflows/update-abbreviations.yml index dd4d1e54..7a7c2de7 100644 --- a/.github/workflows/update-abbreviations.yml +++ b/.github/workflows/update-abbreviations.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: "Read/Write abbreviations in en_US" - uses: guibranco/gh-actions-html-table-generator-fork@main + uses: EddieHubCommunity/gh-actions-html-table-generator@main with: json-file-path: ".github/automations/abbreviations.json" github-token: ${{ secrets.GITHUB_TOKEN }} @@ -29,7 +29,7 @@ jobs: html-cell: '{{ acronym }} {{ en_US }}' - name: "Read/Write abbreviations in pt_BR" - uses: guibranco/gh-actions-html-table-generator-fork@main + uses: EddieHubCommunity/gh-actions-html-table-generator@main with: json-file-path: ".github/automations/abbreviations.json" github-token: ${{ secrets.GITHUB_TOKEN }} @@ -37,4 +37,4 @@ jobs: file-to-use: "README.pt-br.md" section-name: "abbreviations-section" object-field-names: '[ "acronym", "pt_BR" ]' - html-cell: '{{ acronym }} {{ pt_BR }}' \ No newline at end of file + html-cell: '{{ acronym }} {{ pt_BR }}'