Skip to content

learningmyway/revert-last-commit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

revert-last-commit

The github action will be used to revert last commit . It is the public repo. Please find the release status from below statis badge

Build Status license release semantic

Usage

on:
  push:
    branches: [ master ]

jobs:
  release:
    runs-on: ubuntu-latest

    steps:
      - name: checkout
        uses: actions/checkout@v2

      - name: delete last commit
        uses: learningmyway/revert-last-commit@v1
        env:
          NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

About

The github action will be used to revert last commit

Resources

License

Stars

Watchers

Forks

Packages

No packages published