Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
fcjack committed Jan 14, 2025
1 parent a885a88 commit ec06289
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
Expand Up @@ -59,7 +59,7 @@ jobs:
script: |
const artifactName = 'helm-diff-output';
const runId = context.runId;
const artifactUrl = `${steps.diff_artifact.outputs.artifact_url}`;
const artifactUrl = `${{ steps.diff_artifact.outputs.artifact_url }}`;
github.rest.issues.createComment({
owner: context.repo.owner,
repo: context.repo.repo,
Expand Down

0 comments on commit ec06289

Please sign in to comment.