Skip to content

Commit

Permalink
Update update-abbreviations.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guibranco authored Feb 9, 2024
1 parent 726fd97 commit b4fca12
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-abbreviations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -29,12 +29,12 @@ jobs:
html-cell: '<th>{{ acronym }}</th><td> {{ en_US }}</td>'

- 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 }}
columns: 1
file-to-use: "README.pt-br.md"
section-name: "abbreviations-section"
object-field-names: '[ "acronym", "pt_BR" ]'
html-cell: '<th>{{ acronym }}</th><td> {{ pt_BR }}</td>'
html-cell: '<th>{{ acronym }}</th><td> {{ pt_BR }}</td>'

0 comments on commit b4fca12

Please sign in to comment.