We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de0f937 commit 20ac0bfCopy full SHA for 20ac0bf
1 file changed
.github/workflows/codebuild-test.yaml
@@ -0,0 +1,8 @@
1
+name: Hello World
2
+on: [push]
3
+jobs:
4
+ Hello-World-Job:
5
+ runs-on:
6
+ - codebuild-stack-auth-verify-data-integrity-${{ github.run_id }}-${{ github.run_attempt }}
7
+ steps:
8
+ - run: echo "Hello World"
0 commit comments