Skip to content

취소 문구 한글로 변경 #223

취소 문구 한글로 변경

취소 문구 한글로 변경 #223

Workflow file for this run

name: Payment SDK Android CI
on:
push:
branch:
- develop
jobs:
build:
strategy:
matrix:
flavor: [ dev, staging, live ]
uses: ./.github/workflows/build-apk.yml
with:
branch: ${{github.ref}}
build_flavor: ${{matrix.flavor}}