mirror of
https://github.com/twuni/docker-registry.helm.git
synced 2026-05-05 17:16:39 +00:00
Fix
https://github.com/rlespinasse/git-commit-data-action/pull/12/files
This commit is contained in:
2
.github/workflows/pr_diff.yaml
vendored
2
.github/workflows/pr_diff.yaml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
)
|
||||
# https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings
|
||||
echo 'HELM_DIFF<<EOF' >> $GITHUB_ENV
|
||||
diff -u <(helm template --debug ${OPTIONS[@]} ${{ github.server_url }}/${{ github.repository }}/archive/refs/heads/${{ github.base_ref }}.tar.gz) <(helm template --debug ${OPTIONS[@]} .) >> $GITHUB_ENV
|
||||
echo "$(diff -u <(helm template --debug ${OPTIONS[@]} ${{ github.server_url }}/${{ github.repository }}/archive/refs/heads/${{ github.base_ref }}.tar.gz) <(helm template --debug ${OPTIONS[@]} .))" >> $GITHUB_ENV
|
||||
echo 'EOF' >> $GITHUB_ENV
|
||||
- uses: marocchino/sticky-pull-request-comment@v2
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user