Skip to content

invertase/quickstart-tag-differ

Repository files navigation

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`