Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 522 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 522 Bytes

Firebase tag differ

Description

This action diffs in the current commit, and a base commit, and annotates the pull request with the results. It looks for the following syntax for tags:

// [START <tag-name>]
<code>
// [END <tag-name>]

Usage

- uses: actions/checkout@v2
- uses: invertase/[email protected]
  with:
    base-ref: main # optional, defaults the pull request base ref or errors if not a pull request
    extensions: js,ts # optional, defaults to `js,ts,kt,java,swift`