We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6317ec9 commit ec23262Copy full SHA for ec23262
1 file changed
README.md
@@ -146,11 +146,6 @@ C#으로 구성한 sln을 CI/CD를 통해 자동 빌드 및 테스트 하여 배
146
body: ${{ steps.merge_message.outputs.message }}
147
draft: false
148
prerelease: false
149
-
150
- - name: Deploy to production
151
- if: startsWith(steps.merge_message.outputs.message, 'Release')
152
- run: |
153
- echo "End All Actions."
154
```
155
156
<br><br>
0 commit comments