Skip to content

Commit

Permalink
Merge pull request #7 from generalui/feature/actions
Browse files Browse the repository at this point in the history
Feature/actions
  • Loading branch information
jonryser authored Sep 25, 2024
2 parents 14770b8 + 55d7043 commit 7049c4f
Show file tree
Hide file tree
Showing 15 changed files with 16 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/configure-aws/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "configure-aws",
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion .github/actions/job-info/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To use the "Job Info" action in your workflow, include it as a step:
```yaml
- name: Gather Job Information
id: job_info
uses: generalui/github-workflow-accelerators/.github/actions/job-info@1.0.0-job-info
uses: generalui/github-workflow-accelerators/.github/actions/job-info@1.0.1-job-info
with:
default_environment: dev
```
Expand Down
3 changes: 2 additions & 1 deletion .github/actions/job-info/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"version": "1.0.0"
"name": "job-info",
"version": "1.0.1"
}
1 change: 1 addition & 0 deletions .github/actions/lint-sql/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "lint-sql",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions .github/actions/lint-terraform/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "lint-terraform",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions .github/actions/lint-test-yarn/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "lint-test-yarn",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions .github/actions/promote-ecr-image/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "promote-ecr-image",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions .github/actions/test-python/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "test-python",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions .github/actions/update-aws-ecs/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "update-aws-ecs",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions .github/actions/update-aws-lambda/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "update-aws-lambda",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions .github/actions/validate-terraform/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "validate-terraform",
"version": "1.0.0"
}
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
version_tags=""
version_tags_check=""
for module_path in "${module_paths[@]}"; do
version=$(cat "${module_path}"/${module}.json | jq -r '.version')
version=$(cat "${module_path}"/project.json | jq -r '.version')
module=$(echo ${module_path} | cut -d'/' -f3)
version_tags="${version_tags},\"${version}:${module}\""
version_tags_check="${version_tags},\"${version}-${module}\""
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/deploy-2-eb/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "deploy-2-eb",
"version": "1.0.0"
}
1 change: 1 addition & 0 deletions .github/workflows/github-action-code-quality/project.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "github-action-code-quality",
"version": "1.0.0"
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"name": "github-action-create-release",
"version": "1.0.0"
}

0 comments on commit 7049c4f

Please sign in to comment.