We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c1a236 commit 98b0889Copy full SHA for 98b0889
action.yml
@@ -36,7 +36,7 @@ inputs:
36
description: 'Array of labels (will be created if they do not already exist)'
37
required: false
38
architectures:
39
- description: 'Array of architecture this build supports (must be supported by platform)'
+ description: 'Array of architectures this build supports (must be supported by platform)'
40
41
ci_pipeline:
42
description: 'CI pipeline name'
package.json
@@ -12,8 +12,8 @@
12
"license": "MIT",
13
"dependencies": {
14
"@actions/core": "^1.10.1",
15
- "@actions/github": "^6.0.0",
16
- "axios": "^1.8.3",
+ "@actions/github": "^6.0.1",
+ "axios": "^1.9.0",
17
"form-data": "^4.0.4"
18
},
19
"devDependencies": {
0 commit comments