Skip to content

Commit

Permalink
fix: update jsdaniell/create-json (#720)
Browse files Browse the repository at this point in the history
  • Loading branch information
AttackOnMorty authored Oct 2, 2024
1 parent 3ba47a2 commit d6aa4ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SSW.SophieBot.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
dotnet-version: "6.0.x"

- name: Create appsettings file
uses: jsdaniell/create-json@1.1.3
uses: jsdaniell/create-json@1.2.3
with:
name: "appsettings.json"
json: ${{ secrets.BOT_APP_APPSETTINGS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/SSW.SophieBot.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
dotnet-version: "6.0.x"

- name: Create appsettings file
uses: jsdaniell/create-json@1.1.3
uses: jsdaniell/create-json@1.2.3
with:
name: "appsettings.json"
json: ${{ secrets.BOT_APP_APPSETTINGS }}
Expand Down

0 comments on commit d6aa4ac

Please sign in to comment.