Skip to content

Commit

Permalink
Fix envar
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Oct 2, 2024
1 parent 744a27a commit 42b13d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ jobs:

deploy:
name: Deploy
env:
CRONJOB: ${{ github.event.repository.name }}-${{ inputs.target }}-database-backup
environment: ${{ inputs.environment }}
if: needs.init.outputs.deploy_core == 'true'
needs: [init]
Expand Down

0 comments on commit 42b13d1

Please sign in to comment.