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.
2 parents 9007dcc + 1fb83fa commit 092794fCopy full SHA for 092794f
.github/workflows/pr-env-deploy.yml
@@ -20,6 +20,7 @@ jobs:
20
set-environment-id:
21
name: Set Environment ID
22
runs-on: [self-hosted, ci]
23
+ environment: pull-request
24
steps:
25
- name: Set a ID based on the branch name
26
id: set_environment_id
@@ -44,6 +45,7 @@ jobs:
44
45
build:
46
name: Build Application
47
48
49
50
- name: Git Clone - ${{ github.event.pull_request.head.ref }}
51
uses: actions/checkout@v4
0 commit comments