Skip to content

Commit 7049c4f

Browse files
authored
Merge pull request #7 from generalui/feature/actions
Feature/actions
2 parents 14770b8 + 55d7043 commit 7049c4f

15 files changed

Lines changed: 16 additions & 3 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"name": "configure-aws",
23
"version": "1.0.0"
34
}

.github/actions/job-info/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ To use the "Job Info" action in your workflow, include it as a step:
3636
```yaml
3737
- name: Gather Job Information
3838
id: job_info
39-
uses: generalui/github-workflow-accelerators/.github/actions/job-info@1.0.0-job-info
39+
uses: generalui/github-workflow-accelerators/.github/actions/job-info@1.0.1-job-info
4040
with:
4141
default_environment: dev
4242
```
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"version": "1.0.0"
2+
"name": "job-info",
3+
"version": "1.0.1"
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"name": "lint-sql",
23
"version": "1.0.0"
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"name": "lint-terraform",
23
"version": "1.0.0"
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"name": "lint-test-yarn",
23
"version": "1.0.0"
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"name": "promote-ecr-image",
23
"version": "1.0.0"
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"name": "test-python",
23
"version": "1.0.0"
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"name": "update-aws-ecs",
23
"version": "1.0.0"
34
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2+
"name": "update-aws-lambda",
23
"version": "1.0.0"
34
}

0 commit comments

Comments
 (0)