We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3dd29 commit 26d5caeCopy full SHA for 26d5cae
.github/workflows/sync_data.yml
@@ -78,6 +78,18 @@ jobs:
78
cd ..
79
rm -rf temp-fortSphere
80
81
+ - name: Debug Git Changes
82
+ run: |
83
+ git status
84
+ git diff
85
+
86
+ - name: Commit Updated Checks
87
88
+ git config user.name "GitHub Actions"
89
+ git config user.email "actions@github.com"
90
+ git add -A
91
+ git diff --cached --quiet || git commit -m "chore: sync with fortSphere Policies"
92
93
- name: Install Dependencies and update dynamic content
94
run: |
95
npm install
0 commit comments