Skip to content

Commit 5aade8a

Browse files
committed
fix logic issue in if
1 parent 8b9a3fd commit 5aade8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gsg-repo-gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
continue-on-error: true
4040

4141
- name: Check-in gsg updates
42-
if: steps.has_updates.outcome == 'success'
42+
if: steps.has_updates.outcome != 'success'
4343
run: |
4444
git add gsg.json
4545
git commit -m "daily update"

0 commit comments

Comments
 (0)