Skip to content

Commit b5a3caf

Browse files
dkhalifeCopilot
andauthored
Update .github/workflows/forward-integrate.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 104fe7d commit b5a3caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/forward-integrate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
else
2424
echo "::set-output name=new-commits::true"
2525
fi
26-
- name: Check for merge conficts
26+
- name: Check for merge conflicts
2727
if: steps.merge.outputs.new-commits == 'true'
2828
run: |
2929
if git diff --quiet; then

0 commit comments

Comments
 (0)