Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
doosuu committed Aug 25, 2023
1 parent 2ccb826 commit 383585b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ jobs:
- name: Has Changes
id: changes
run: |
RESULT=$(git status --porcelain .)
echo $RESULT
if [[ -z "$(git status --porcelain .)" ]];
then
echo "changed=0" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 383585b

Please sign in to comment.