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 63af97c commit d11a9a3Copy full SHA for d11a9a3
.github/workflows/test-pr.yaml
@@ -0,0 +1,27 @@
1
+name: CI / Demo PR
2
+
3
+env:
4
+ DOCKER_METADATA_PR_HEAD_SHA: 'true'
5
6
+on:
7
+ push:
8
+ branches:
9
+ - master
10
+ - genstage-stack-gs-reconciler
11
+jobs:
12
+ pr:
13
+ permissions:
14
+ id-token: write
15
+ contents: read
16
+ name: Generate PR
17
+ runs-on: ubuntu-latest
18
+ steps:
19
+ - name: Checkout the repo
20
+ uses: actions/checkout@v3
21
+ with:
22
+ fetch-depth: 0
23
+ - name: setup plural
24
+ uses: pluralsh/setup-plural@293eb419160cd91a372ab0c7758e63374a54d547
25
26
+ email: [email protected]
27
+ consoleUrl: https://console.plrldemo.onplural.sh
0 commit comments