Skip to content

Commit d6c5f8c

Browse files
authored
Merge pull request #73 from firebase/feat/add-tag-diff
feat: add tag diff action
2 parents 4d41993 + 21b4293 commit d6c5f8c

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/tag-diff.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Tag Diff
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
tag-diff:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- name: "Git Checkout"
11+
uses: actions/checkout@v2
12+
- name: "Diff tags"
13+
uses: invertase/quickstart-tag-differ@v0.0.2
14+
with:
15+
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)