Skip to content

Commit

Permalink
Test watch pattern annotation + tj-actions/changed-files@v45
Browse files Browse the repository at this point in the history
  • Loading branch information
dag-andersen committed Jan 9, 2025
1 parent 9995064 commit d35b65a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/generate-diff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
pull-requests: write

steps:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45

- uses: actions/checkout@v4
with:
path: pull-request
Expand All @@ -35,7 +39,8 @@ jobs:
-v $(pwd)/output:/output \
-e TARGET_BRANCH=${{ github.head_ref }} \
-e REPO=${{ github.repository }} \
dagandersen/argocd-diff-preview:v0.0.30
-e FILES_CHANGED="${{ steps.changed-files.outputs.all_changed_files }}" \
dagandersen/argocd-diff-preview:v0.0.30 --debug
- name: Post diff as comment
run: |
Expand Down
2 changes: 1 addition & 1 deletion examples/helm/values/filtered.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fullnameOverride: super-app-name
fullnameOverride: experiment

0 comments on commit d35b65a

Please sign in to comment.