[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge pull request #73 from firebase/feat/add-tag-diff
Browse files Browse the repository at this point in the history
feat: add tag diff action
  • Loading branch information
HYACCCINT committed Jan 19, 2024
2 parents 4d41993 + 21b4293 commit d6c5f8c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/tag-diff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Tag Diff

on:
pull_request:

jobs:
tag-diff:
runs-on: ubuntu-latest
steps:
- name: "Git Checkout"
uses: actions/checkout@v2
- name: "Diff tags"
uses: invertase/quickstart-tag-differ@v0.0.2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit d6c5f8c

Please sign in to comment.