From b7c068fc3588b53d691077c3bc8d4ac9777aa006 Mon Sep 17 00:00:00 2001 From: Ragnar-F <1332321+Ragnar-F@users.noreply.github.com> Date: Fri, 8 Nov 2024 17:39:45 +0100 Subject: [PATCH] Update update-wordinfo.yml --- .github/workflows/update-wordinfo.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-wordinfo.yml b/.github/workflows/update-wordinfo.yml index 2b2441829..02f19fb1f 100644 --- a/.github/workflows/update-wordinfo.yml +++ b/.github/workflows/update-wordinfo.yml @@ -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]"