Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/onetail/github-action
https://github.com/onetail/github-action
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/onetail/github-action
- Owner: Onetail
- Created: 2023-10-10T16:12:18.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-11T14:46:14.000Z (about 1 year ago)
- Last Synced: 2023-10-11T23:10:23.363Z (about 1 year ago)
- Language: TypeScript
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Github Action 示範
這是一個示例,演示如何使用github action
## 列表
- Github MarketPlace
## 引用
> [教學](https://docs.github.com/en/actions/creating-actions/creating-a-javascript-action)
## 使用
```
name: Teston:
push:
branches:
- masterjobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Onetail/[email protected]
- run: true```