Skip to content

Commit

Permalink
Update version-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
naher94 authored Feb 13, 2024
1 parent d63fdd1 commit a938078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
#!/bin/bash
# Get the base commit SHA (where the branch started)
BASE_SHA=$(git merge-base origin/gh-pages $GITHUB_SHA)
BASE_SHA=$(git merge-base gh-pages $GITHUB_SHA)
# Check if 'config.yml' was modified in this pull request
if git diff --name-only $BASE_SHA $GITHUB_SHA | grep -q 'config.yml'; then
Expand Down

0 comments on commit a938078

Please sign in to comment.