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 ab3e767 commit 488aa0aCopy full SHA for 488aa0a
.github/workflows/publish_commit.yml
@@ -1,4 +1,4 @@
1
-name: Publish Commit for performance testing
+name: Publish Commit SHA for performance testing
2
on:
3
push:
4
branches:
@@ -14,4 +14,4 @@ jobs:
14
with:
15
role-to-assume: arn:aws:iam::637423498965:role/GitHubActionGrahQLJava
16
aws-region: "ap-southeast-2"
17
- - run: aws sns publish --topic-arn "arn:aws:sns:ap-southeast-2:637423498965:graphql-java-commits.fifo" --message $GITHUB_SHA
+ - run: aws sns publish --topic-arn "arn:aws:sns:ap-southeast-2:637423498965:graphql-java-commits.fifo" --message $GITHUB_SHA --message-group-id "graphql-java-commits"
0 commit comments