We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d38f8b9 commit 715b821Copy full SHA for 715b821
.github/workflows/test_action.yaml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v3
16
17
- - name: Review PR diff
+ - name: 'check if the PR branch is updated or not'
18
id: check_pr_is_updated
19
uses: ./ # Uses an action in the root directory
20
# or use a released Github Action
action.yaml
@@ -1,6 +1,6 @@
1
# action.yaml
2
-name: gh-check-pr-is-updated
3
-description: 'GitHub Actions check if PR's branch is updated'
+name: 'gh-check-pr-is-updated'
+description: 'GitHub Actions check if PRs branch is updated'
4
author: 'Ivan Ogasawara'
5
inputs:
6
remote_branch:
0 commit comments