Skip to content

Commit

Permalink
fix - change script
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosstenzel committed Aug 30, 2024
1 parent c22e9e6 commit c5fae64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/status-translation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4

- name: Display event name
run: echo "github.event_name=${{ github.event_name }}"
- uses: actions/checkout@v2
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/setup-node@v4
with:
node-version: '20'
Expand Down
2 changes: 1 addition & 1 deletion translationStatusScript.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ verifyLanguage.forEach(() => {

content = content + '\n'

const ignoreFiles = ['status-translate']
const ignoreFiles = ['resources/status-translate']

const languageBaseFiles = ['guide', 'resources', 'resources/middleware', 'starter', 'advanced', '3x', '4x', '5x']

Expand Down

0 comments on commit c5fae64

Please sign in to comment.