Skip to content

Commit 05b6434

Browse files
committed
Update github actions
1 parent 73635b4 commit 05b6434

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/on-merge-main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: "Validate and Deploy"
1+
name: "Verify and Deploy"
22
on:
33
push:
44
branches:
55
- main
66
jobs:
7-
"Validate and Deploy":
7+
verify_and_deploy:
88
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v3

.github/workflows/verify-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: "Verify Pull Request"
22
on: pull_request
33
jobs:
4-
"Verify Pull Request":
4+
verify_pull_request:
55
runs-on: ubuntu-latest
66
steps:
77
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)