Skip to content

Commit

Permalink
build: corrected naming of GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
thorsten committed Oct 29, 2024
1 parent fed5f10 commit 4eafe79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/4.0-nightly.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: phpMyFAQ Nightly Dev Build
name: phpMyFAQ Nightly 4.0 Build

on:
workflow_dispatch:
Expand All @@ -13,7 +13,7 @@ jobs:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.2']
name: phpMyFAQ Nightly Build
name: phpMyFAQ Nightly 4.0 Build

steps:
- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
operating-system: ['ubuntu-latest']
php-versions: ['8.2']
name: phpMyFAQ Nightly Build
name: phpMyFAQ Nightly Dev Build

steps:
- name: Checkout
Expand Down

0 comments on commit 4eafe79

Please sign in to comment.