Skip to content

Commit

Permalink
Merge pull request #45 from WXYC/bugfix/workflow-type-error
Browse files Browse the repository at this point in the history
Bugfix/workflow type error
  • Loading branch information
AyBruno authored Feb 20, 2025
2 parents 5dbab13 + 7c7d40e commit 806db62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-auto.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Auto Deploy
name: Auto Build & Deploy

on:
push:
Expand All @@ -9,4 +9,4 @@ jobs:
trigger-build-and-deploy:
uses: ./.github/workflows/deploy.yml
with:
dry-run: false
dry-run: 'false'
2 changes: 1 addition & 1 deletion .github/workflows/deploy-manual.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Manual Deploy
name: Manual Build & Deploy

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Deploy
name: Build & Deploy Base Workflow

on:
workflow_call:
Expand Down

0 comments on commit 806db62

Please sign in to comment.