Skip to content

Commit

Permalink
Merge pull request #90 from zawazawazawazawa/fix-actions
Browse files Browse the repository at this point in the history
Fix gitub actions
  • Loading branch information
zawazawazawazawa authored Mar 11, 2021
2 parents 59971fc + f3782d8 commit d5249af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api-schema-updated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Get updates under _sdk_compatible/
id: updates_under_sdk_compatible
run: |
COUNT=`git diff origin/master --name-only | grep -E -n '^_sdk_compatible/(.+)$' | wc -l`
COUNT=`git diff $(git tag --sort version:refname | tail -n 2 | head -n 1) $(git tag --sort version:refname | tail -n 1) | grep -n '_sdk_compatible' | wc -l`
if [ $COUNT -gt 0 ]; then
echo 'Updates are found under `_sdk_compatible/`.'
else
Expand Down

0 comments on commit d5249af

Please sign in to comment.