We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c88ca3e commit acbf8d1Copy full SHA for acbf8d1
.github/workflows/notifyPossibleMigrationUpdate.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- name: Get changed files in the migrations folder
24
id: changed_files
25
- uses: tj-actions/changed-files@v45.0.8
+ uses: tj-actions/changed-files@v44.5.1
26
with:
27
files: backend/api/Migrations/**
28
sha: ${{ github.event.pull_request.head.sha }}
.github/workflows/verifyMigrations.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
id: changed-files-specific
19
20
21
0 commit comments