Skip to content

Commit

Permalink
update jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Dec 6, 2024
1 parent 7f459e8 commit 5a78a06
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/csfixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ on:
description: 'Branch to run against'
required: true
default: main
baseRepo:
description: 'baseRepo'
required: true
prNumber:
description: 'PR number'
required: true
php-version:
description: 'PHP version to use'
required: true
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ on:
description: 'Branch to run against'
required: true
default: main
baseRepo:
description: 'baseRepo'
required: true
prNumber:
description: 'PR number'
required: true

permissions:
id-token: write
Expand Down

0 comments on commit 5a78a06

Please sign in to comment.