Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/onetail/github-action


https://github.com/onetail/github-action

Last synced: 29 days ago
JSON representation

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: Test

on:
push:
branches:
- master

jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: Onetail/[email protected]
- run: true

```