Skip to content

Commit c1b9d6c

Browse files
committed
Update README
1 parent db825e3 commit c1b9d6c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# A Template for ActionServerless Action
22

3-
[![ActionServerless-template run functions](https://github.com/gitx-io/ActionServerless-template/workflows/Run%20functions/badge.svg)](https://github.com/gitx-io/ActionServerless-template/blob/master/.github/workflows/run_funcs.yml)
3+
[![ActionServerless-template run functions](https://github.com/gitfx/ActionServerless-template/workflows/Run%20functions/badge.svg)](https://github.com/gitfx/ActionServerless-template/blob/master/.github/workflows/run_funcs.yml)
44

5-
This is a template repo for [ActionServerless](https://github.com/gitx-io/ActionServerless).
5+
This is a template repo for [ActionServerless](https://github.com/gitfx/ActionServerless).
66

7-
We give a `helloworld` [example](https://github.com/gitx-io/ActionServerless-template/blob/master/app/hello.py) in Python, and its output is written to the file [hello_world](https://github.com/gitx-io/ActionServerless-template/blob/master/app/hello_world) according to the route we defined in `hello.py`.
7+
We give a `helloworld` [example](https://github.com/gitfx/ActionServerless-template/blob/master/app/hello.py) in Python, and its output is written to the file [hello_world](https://github.com/gitfx/ActionServerless-template/blob/master/app/hello_world) according to the route we defined in `hello.py`.
88

99
If you'd like to follow the example, just use the template and put your code in the `app/` directory, that we've configured in workflow, and push the commit.
1010

11-
The events to trigger the action we set are `push` and `workflow_dispatch` in the [workflows configuaration](https://github.com/gitx-io/ActionServerless-template/blob/master/.github/workflows/run_funcs.yml#L3), you can change it to other events. GitHub actions supports several [events](https://docs.github.com/en/actions/reference/events-that-trigger-workflows) to trigger workflows, such as `push`, `pull_request` or `schedule`. You can choose one or more of them depending on your application scenarios.
11+
The events to trigger the action we set are `push` and `workflow_dispatch` in the [workflows configuaration](https://github.com/gitfx/ActionServerless-template/blob/master/.github/workflows/run_funcs.yml#L3), you can change it to other events. GitHub actions supports several [events](https://docs.github.com/en/actions/reference/events-that-trigger-workflows) to trigger workflows, such as `push`, `pull_request` or `schedule`. You can choose one or more of them depending on your application scenarios.

0 commit comments

Comments
 (0)