Skip to content

Commit 9b4e385

Browse files
Merge branch 'main' into dependabot/npm_and_yarn/main/development-dependencies-06f61a0e77
2 parents 6608b87 + f1d9f35 commit 9b4e385

File tree

7 files changed

+52868
-26985
lines changed

7 files changed

+52868
-26985
lines changed

.github/workflows/.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ lib/
33
coverage/
44
.env
55
*.log
6-
- package-lock.json
6+
- package-lock.json
7+
.DS_Store

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424

2525
- name: Upload to DeployGate
26-
uses: DeployGate/[email protected].0
26+
uses: DeployGate/[email protected].1
2727
with:
2828
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
2929
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -41,15 +41,15 @@ This action follows [Semantic Versioning](https://semver.org/). Version numbers
4141
4242
### Version Reference
4343
44-
When using this action, we recommend using the full version number (e.g., `@1.0.0`) rather than a major or minor version number (e.g., `@v1` or `@v1.0`). This ensures:
44+
When using this action, we recommend using the full version number (e.g., `@1.0.1`) rather than a major or minor version number (e.g., `@v1` or `@v1.0`). This ensures:
4545

4646
- Consistent behavior in your workflows
4747
- Protection against unexpected breaking changes
4848
- Easier tracking of version-specific issues
4949

5050
Example:
5151
```yaml
52-
- uses: DeployGate/[email protected].0 # Recommended
52+
- uses: DeployGate/[email protected].1
5353
```
5454

5555
## Input parameters
@@ -92,7 +92,7 @@ This action uses [Dependabot](https://docs.github.com/ja/code-security/dependabo
9292
### Basic Usage
9393
```yaml
9494
- name: Upload to DeployGate
95-
uses: DeployGate/[email protected].0
95+
uses: DeployGate/[email protected].1
9696
with:
9797
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
9898
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -104,7 +104,7 @@ This action uses [Dependabot](https://docs.github.com/ja/code-security/dependabo
104104
```yaml
105105
- name: Upload to DeployGate
106106
id: deploygate
107-
uses: DeployGate/[email protected].0
107+
uses: DeployGate/[email protected].1
108108
with:
109109
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
110110
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -150,7 +150,7 @@ jobs:
150150
151151
- name: Upload to DeployGate
152152
id: deploygate
153-
uses: DeployGate/[email protected].0
153+
uses: DeployGate/[email protected].1
154154
with:
155155
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
156156
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -185,7 +185,7 @@ jobs:
185185
186186
- name: Upload AAB to DeployGate
187187
id: deploygate
188-
uses: DeployGate/[email protected].0
188+
uses: DeployGate/[email protected].1
189189
with:
190190
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
191191
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -223,7 +223,7 @@ jobs:
223223
224224
- name: Upload APK to DeployGate
225225
id: deploygate
226-
uses: DeployGate/[email protected].0
226+
uses: DeployGate/[email protected].1
227227
with:
228228
api_token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
229229
owner_name: ${{ secrets.DEPLOYGATE_OWNER_NAME }}
@@ -247,7 +247,7 @@ The `results` output contains the following structure:
247247
"path": "/path/to/app",
248248
"revision": 1,
249249
"version_code": "1",
250-
"version_name": "1.0.0",
250+
"version_name": "1.0.1",
251251
"sdk_version": 30,
252252
"target_sdk_version": "30",
253253
"message": "Upload message",

0 commit comments

Comments
 (0)