Skip to content

Commit

Permalink
GA -2
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaldivyam committed Apr 1, 2024
1 parent 679ca98 commit e005d0c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/logical-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1

- name: Get changed files
- name: Get all changed docker and shell scipt files
id: changed-files
uses: tj-actions/changed-files@v44

with:
files: |
**.Dockerfile
**.sh
- name: List all changed files
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
Expand Down

0 comments on commit e005d0c

Please sign in to comment.