Skip to content

Commit

Permalink
Merge pull request #12 from DanielSchiavini/master
Browse files Browse the repository at this point in the history
fix: Remove update `environment` input
  • Loading branch information
charles-cooper authored Apr 17, 2024
2 parents ae35681 + 30cb365 commit 63c9ec4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,11 @@ on:
schedule:
# Run Monday at 4:00 UTC
- cron: "0 4 * * 1"
workflow_dispatch:
inputs:
environment:
type: environment
description: Select the environment
default: stable

jobs:
deploy:
name: "Update dependencies of ${{ inputs.environment }}"
environment:
name: ${{ inputs.environment }}
name: "Update dependencies"
environment: stable
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 63c9ec4

Please sign in to comment.