Skip to content

Commit 8f4ba02

Browse files
authored
chore: Removes use of verify-changed-files GitHub action (#1323)
1 parent 85278e3 commit 8f4ba02

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/update-sdk.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,8 @@ jobs:
1515
go-version-file: 'cfn-resources/go.mod'
1616
- name: Update files
1717
run: make tools update-atlas-sdk generate-mocks
18-
- name: Verify Changed files
19-
uses: tj-actions/verify-changed-files@9437562cb29a5a1120dd9f02cc760ec9e5d4651a
20-
id: verify-changed-files
2118
- name: Create PR
2219
uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e
23-
if: steps.verify-changed-files.outputs.files_changed == 'true'
2420
with:
2521
token: ${{ secrets.APIX_BOT_PAT }}
2622
title: "chore: Updates Atlas Go SDK"

0 commit comments

Comments
 (0)