Skip to content

Commit

Permalink
fix: update ci for hasura build
Browse files Browse the repository at this point in the history
  • Loading branch information
fibonacci998 committed Sep 6, 2023
1 parent 8500faf commit 748c238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Check hasura changes
run: |
CURRENT_COMMIT=$(git rev-parse HEAD)
STATUS=`git diff ${CURRENT_COMMIT}^ ${CURRENT_COMMIT} hasura`
STATUS=`git diff HEAD^ HEAD hasura`
NUMBER_CHANGES=${#STATUS}
echo NUMBER_CHANGES=${#STATUS} >> $GITHUB_ENV
outputs:
Expand Down

0 comments on commit 748c238

Please sign in to comment.