Skip to content

Commit

Permalink
Merge pull request #36 from fujiwara/update-aws-sdk-go-v2-20240703-05…
Browse files Browse the repository at this point in the history
…4041

Update all-services.yaml
  • Loading branch information
fujiwara committed Jul 3, 2024
2 parents d81b2cc + 849eb52 commit 83353fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/check-sdk-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
echo "No changes detected"
exit 0
fi
git switch -c update-aws-sdk-go-v2-$(date +%Y-%m-%d-%H-%M-%S)
git switch -c update-aws-sdk-go-v2-$(date +%Y%m%d-%H%M%S)
git add all-services.yaml
git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com"
git config --global user.name "${GITHUB_ACTOR}"
git commit -m "Update all-services.yaml"
git push --set-upstream origin update-aws-sdk-go-v2-$(date +%Y%m%d-%H%M%S)
gh pr create --title "Update all-services.yaml" --body "Update all-services.yaml" --base main
3 changes: 2 additions & 1 deletion all-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ services:
apprunner:
appstream:
appsync:
apptest:
arczonalshift:
artifact:
athena:
Expand All @@ -33,7 +34,6 @@ services:
b2bi:
backup:
backupgateway:
backupstorage:
batch:
bcmdataexports:
bedrock:
Expand Down Expand Up @@ -268,6 +268,7 @@ services:
paymentcryptography:
paymentcryptographydata:
pcaconnectorad:
pcaconnectorscep:
personalize:
personalizeevents:
personalizeruntime:
Expand Down

0 comments on commit 83353fb

Please sign in to comment.