Skip to content

Commit ad18b7d

Browse files
committed
sanity
Signed-off-by: Rishav Dhar <[email protected]>
1 parent 248900e commit ad18b7d

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

.github/workflows/test_ci.yaml

-11
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,3 @@ jobs:
2222
- name: Changed diff-tree
2323
id: changed
2424
uses: ./
25-
with:
26-
working-directory: tests/${{ matrix.test }}
27-
28-
- name: Tag release version
29-
env:
30-
GH_TOKEN: ${{ github.token }}
31-
GH_TAG: ${{ github.event.release.tag_name}}
32-
run: |
33-
version=${GH_TAG%%.*}
34-
gh api /repos/${{ github.repository }}/git/refs/tags/${version} --method PATCH --silent --field sha="${GITHUB_SHA}" --field force=true || \
35-
gh api /repos/${{ github.repository }}/git/refs --method POST --silent --field sha="${GITHUB_SHA}" --field ref="refs/tags/${version}"

action.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,11 @@ inputs:
3131
source_ref:
3232
required: false
3333
description: "Source branch or commit SHA to compare from."
34+
default: ""
3435
target_ref:
3536
required: false
3637
description: "Target branch or commit SHA to compare against."
38+
default: ""
3739
format:
3840
required: false
3941
description: "Format output as: 'raw', 'json', or 'matrix'."

0 commit comments

Comments
 (0)