Skip to content

Commit

Permalink
[#3] fix: 멀티라인 커맨드 백슬래시 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
kimyu0218 committed Jan 21, 2025
1 parent 0aa35e3 commit 0f3d464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-swagger-ui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
cd ~/cli_linux
./ncloud vserver addAccessControlGroupInboundRule \
--regionCode KR --vpcNo ${{ env.NCP_VPC_ID }} \
--accessControlGroupNo ${{ secrets.NCP_AGC_ID }}
--accessControlGroupNo ${{ secrets.NCP_AGC_ID }} \
--accessControlGroupRuleList "protocolTypeCode='TCP', ipBlock='${{ steps.ip.outputs.public_ip }}/32', portRange='22'"
- name: Copy OAS to API-doc Server
Expand Down

0 comments on commit 0f3d464

Please sign in to comment.