Skip to content

Commit

Permalink
fix artifact url
Browse files Browse the repository at this point in the history
  • Loading branch information
fcjack committed Jan 14, 2025
1 parent 0f920a1 commit e789c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-diff-ci.yml
Original file line number Diff line number Diff line change
@@ -59,7 +59,7 @@ jobs:
script: |
const artifactName = 'helm-diff-output';
const runId = context.runId;
const artifactUrl = `https://github.com/${context.repo.owner}/${context.repo.repo}/suites/${runId}/artifacts`;
const artifactUrl = `${diff_artifact.outputs.artifact_url}`;
github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,

0 comments on commit e789c62

Please sign in to comment.