Skip to content

Commit

Permalink
test: default false
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Sep 16, 2024
1 parent 1c3d233 commit a10124e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Push-BetaRes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
if: |
github.repository == 'xMikux/Slimefun-Resourcepack'
with:
DEBUG: ${{ inputs.debug }}
DEBUG: ${{ inputs.debug || false }}
secrets:
RCON_PASSWORD: ${{ secrets.RCON_PASSWORD }}
S3_ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
Expand All @@ -31,4 +31,4 @@ jobs:
needs: iapacker
uses: ./.github/workflows/resuable_packer.yml
with:
DEBUG: ${{ inputs.debug }}
DEBUG: ${{ inputs.debug || false }}

0 comments on commit a10124e

Please sign in to comment.