Skip to content

Wechoo/wechoo-react-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

React Action

creating a tag

git tag -a -m "Description of this release" v1
git push --follow-tags

using action

name: React App

on:
  push:
    branches: [master]
  pull_request:
    branches: [master]

jobs:
  build:
    runs-on: ubuntu-latest
    
    steps:
    - uses: actions/checkout@v3

    - name: Build React app
      uses: wechoo/wechoo-react-action@v1.0.1
      with:
        example-input: 'Hello World'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published