Skip to content

Commit

Permalink
Fix action image filter names
Browse files Browse the repository at this point in the history
  • Loading branch information
jalendport committed Jun 3, 2024
1 parent 4ec2eb6 commit db478c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node-action-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
shared: &shared
- .github/workflows/node-action-images.yml
- .github/workflows/generic.yml
node-20:
node-action-20:
- node-action/20/**
- *shared
node-22:
node-action-22:
- node-action/22/**
- *shared
secrets: inherit
4 changes: 2 additions & 2 deletions .github/workflows/php-action-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
shared: &shared
- .github/workflows/php-action-images.yml
- .github/workflows/generic.yml
php-8.2:
php-action-8.2:
- php-action/8.2/**
- *shared
php-8.3:
php-action-8.3:
- php-action/8.3/**
- *shared
secrets: inherit

0 comments on commit db478c4

Please sign in to comment.