Skip to content

Commit

Permalink
Update update-wordinfo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnar-F committed Nov 9, 2024
1 parent b5adce7 commit b7c068f
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions .github/workflows/update-wordinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,20 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2

- name: Update WordInfo
- name: Checkout code
uses: actions/checkout@v3
with:
ref: master
fetch-depth: 0

- name: Update WordInfo\Gender\*
shell: powershell # Forces the usage of PowerShell Desktop
run: .\update-wordinfo.ps1

- name: Update WordInfo\decline.txt
shell: powershell
run: .\update-wordinfo-decline.ps1

- name: Commit
run: |
git config user.name "github-actions[bot]"
Expand Down

0 comments on commit b7c068f

Please sign in to comment.