We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42359a2 commit a991ed9Copy full SHA for a991ed9
.github/workflows/integration.yaml
@@ -45,6 +45,7 @@ jobs:
45
echo "현재 커밋: ${{ github.sha }}"
46
47
files=$(git diff --name-only ${{ github.event.pull_request.base.sha }} ${{ github.sha }} | tr -d '"')
48
+ success=true
49
target_file_list=()
50
51
echo "📝 변경된 파일 목록:"
0 commit comments