Skip to content

Commit

Permalink
added json file generation with free games
Browse files Browse the repository at this point in the history
  • Loading branch information
Lifailon committed May 8, 2024
1 parent ab63fbb commit 9659549
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,17 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Setup PowerShell
uses: actions/setup-powershell@v1
with:
pwsh-version: '7.3.7'
# - name: Setup PowerShell
# uses: actions/setup-powershell@v1
# with:
# pwsh-version: '7.3.7'

# - name: Run PowerShell script
# run: .\Scripts\FreeGamesList.ps1

- name: Run PowerShell script
run: .\Scripts\FreeGamesList.ps1
run: pwsh -File ./Scripts/FreeGamesList.ps1
shell: bash

- name: Commit and push changes
run: |
Expand Down

0 comments on commit 9659549

Please sign in to comment.