2323 - uses : actions/checkout@v4
2424
2525 - name : Upload to DeployGate
26- uses : DeployGate/deploygate-upload-github-action@v1.1.0
26+ uses : DeployGate/deploygate-upload-github-action@v1.1.1
2727 with :
2828 api_token : ${{ secrets.DEPLOYGATE_API_TOKEN }}
2929 owner_name : ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -49,7 +49,7 @@ When using this action, we recommend using the full version number (e.g., `@1.0.
4949
5050Example :
5151` ` ` yaml
52- - uses: DeployGate/deploygate-upload-github-action@v1.1.0
52+ - uses: DeployGate/deploygate-upload-github-action@v1.1.1
5353` ` `
5454
5555# # Input parameters
@@ -93,7 +93,7 @@ This action uses [Dependabot](https://docs.github.com/ja/code-security/dependabo
9393# ## Basic Usage
9494` ` ` yaml
9595- name: Upload to DeployGate
96- uses: DeployGate/deploygate-upload-github-action@v1.1.0
96+ uses: DeployGate/deploygate-upload-github-action@v1.1.1
9797 with:
9898 api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
9999 owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -107,7 +107,7 @@ This action uses [Dependabot](https://docs.github.com/ja/code-security/dependabo
107107` ` ` yaml
108108- name: Upload to DeployGate
109109 id: deploygate
110- uses: DeployGate/deploygate-upload-github-action@v1.1.0
110+ uses: DeployGate/deploygate-upload-github-action@v1.1.1
111111 with:
112112 api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
113113 owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -153,7 +153,7 @@ jobs:
153153
154154 - name: Upload to DeployGate
155155 id: deploygate
156- uses: DeployGate/deploygate-upload-github-action@v1.1.0
156+ uses: DeployGate/deploygate-upload-github-action@v1.1.1
157157 with:
158158 api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
159159 owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -188,7 +188,7 @@ jobs:
188188
189189 - name: Upload AAB to DeployGate
190190 id: deploygate
191- uses: DeployGate/deploygate-upload-github-action@v1.1.0
191+ uses: DeployGate/deploygate-upload-github-action@v1.1.1
192192 with:
193193 api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
194194 owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -226,7 +226,7 @@ jobs:
226226
227227 - name: Upload APK to DeployGate
228228 id: deploygate
229- uses: DeployGate/deploygate-upload-github-action@v1.1.0
229+ uses: DeployGate/deploygate-upload-github-action@v1.1.1
230230 with:
231231 api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
232232 owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
0 commit comments