Skip to content

Commit e6ac62a

Browse files
authored
Merge pull request #3 from debugger24/feature/github-marketplace-release
Update action name and branding
2 parents 6a03b75 + e049408 commit e6ac62a

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/build-release.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: Release
22

33
on:
4-
workflow_dispatch:
54
push:
65
branches:
76
- "main"

.github/workflows/feature-branch.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
pull_request:
55
branches:
66
- main
7+
paths-ignore:
8+
- "docs/**"
9+
- README.md
10+
- CHANGELOG.md
11+
- .gitignore
712

813
jobs:
914
build:

action.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1-
name: "Github Action Template"
1+
name: "AWS SSM Run Command"
22
author: "Rahul Kumar <[email protected]>"
33

44
description: "Github Action for running commands on Linux or Windows machine managed using SSM"
55

6+
branding:
7+
icon: "code"
8+
color: "orange"
9+
610
inputs:
711
aws-region:
812
required: true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "action-aws-ssm-run-command",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Github Action for running commands on Linux or Windows machine managed using SSM",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)