Skip to content

Commit 24417e8

Browse files
committed
Use correct action name
1 parent 4942b0d commit 24417e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-and-build-from-fork.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
8080

8181
status-check:
82-
name: Test and Build Status Check
82+
name: Test and Build
8383
runs-on: ubuntu-latest
8484
needs: [build-and-package, test]
8585
if: always()

.github/workflows/test-and-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
8181

8282
status-check:
83-
name: Test and Build Status Check
83+
name: Test and Build
8484
runs-on: ubuntu-latest
8585
needs: [build-and-package, test]
8686
if: always()

0 commit comments

Comments
 (0)