Skip to content

Commit

Permalink
Fix compare default application-path
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Aug 17, 2021
1 parent 4d946f5 commit 3fd89ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/compare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ inputs:
application-path:
description: 'Application path'
required: false
default: ${{ github.workspace }}/app
default: ${{ github.workspace }}/base/app
outputs:
equals:
description: "Generated source didn't changed"
Expand Down

0 comments on commit 3fd89ef

Please sign in to comment.