diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 88ee0c9..3e468ae 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,3 +1,5 @@ +name: Test github action + on: pull_request: types: diff --git a/README.md b/README.md index 9216dfb..c9b875f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # Test github action usage -A small repo to test the usage of external github actions. +A small repo to test the usage of external javascript github actions.