Skip to content

Commit 14b38ea

Browse files
committed
fix the action version
1 parent 5f56e3b commit 14b38ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jira-link-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.actor == 'dependabot[bot]' || github.actor == 'AndroidBob'
1717
run: echo "PR created by Dependabot or AndroidBob, exiting successfully" && exit 0
1818

19-
- uses: cleartax/jira-lint@v1
19+
- uses: cleartax/jira-lint@v0.0.1
2020
name: Validate and Link Jira Ticket
2121
with:
2222
github-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)