Skip to content

Commit 715b821

Browse files
committed
fix action.yaml
1 parent d38f8b9 commit 715b821

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Checkout
1515
uses: actions/checkout@v3
1616

17-
- name: Review PR diff
17+
- name: 'check if the PR branch is updated or not'
1818
id: check_pr_is_updated
1919
uses: ./ # Uses an action in the root directory
2020
# or use a released Github Action

action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# action.yaml
2-
name: gh-check-pr-is-updated
3-
description: 'GitHub Actions check if PR's branch is updated'
2+
name: 'gh-check-pr-is-updated'
3+
description: 'GitHub Actions check if PRs branch is updated'
44
author: 'Ivan Ogasawara'
55
inputs:
66
remote_branch:

0 commit comments

Comments
 (0)