Skip to content

Commit

Permalink
fix: make him comment change version
Browse files Browse the repository at this point in the history
  • Loading branch information
arifBurakDemiray committed Sep 22, 2023
1 parent 13087ea commit 2448a82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Comment on PR with HTML Report Link
if: ${{ always() }}
uses: actions/github-script@v7
uses: actions/github-script@v6
with:
script: |
const artifactLink = `<a href="test/index.html" target="_blank">HTML Test Report</a>`;
Expand Down

0 comments on commit 2448a82

Please sign in to comment.