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 b4fca12 commit 9426bac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 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: EddieHubCommunity/gh-actions-html-table-generator@main
uses: guibranco/gh-actions-html-table-generator-fork@cb1d07f30349b7d0fdf8610988f591c3bc9a9364
with:
json-file-path: ".github/automations/abbreviations.json"
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -29,7 +29,7 @@ jobs:
html-cell: '<th>{{ acronym }}</th><td> {{ en_US }}</td>'

- name: "Read/Write abbreviations in pt_BR"
uses: EddieHubCommunity/gh-actions-html-table-generator@main
uses: guibranco/gh-actions-html-table-generator-fork@cb1d07f30349b7d0fdf8610988f591c3bc9a9364
with:
json-file-path: ".github/automations/abbreviations.json"
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9426bac

Please sign in to comment.