forked from erseco/alpine-moodle
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tj-actions/changed-files action to v40.2.2
- Loading branch information
1 parent
2413813
commit 18b4eaa
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -126,7 +126,7 @@ jobs: | |
- name: Get changed container files | ||
if: steps.get_commit_sha.outputs.previous_tag != steps.get_commit_sha.outputs.last_commit | ||
id: changed-files | ||
uses: tj-actions/[email protected].1 | ||
uses: tj-actions/[email protected].2 | ||
with: | ||
base_sha: ${{ steps.get_commit_sha.outputs.previous_tag }} | ||
files: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ jobs: | |
|
||
- name: Get changed container files | ||
id: changed-files | ||
uses: tj-actions/[email protected].1 | ||
uses: tj-actions/[email protected].2 | ||
with: | ||
files: | | ||
rootfs/** | ||
|