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 7d38d03 commit 4dbeef6Copy full SHA for 4dbeef6
.github/workflows/build_and_deploy.yml
@@ -28,7 +28,7 @@ on:
28
29
jobs:
30
build-and-deploy:
31
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-latest
32
environment:
33
name: ${{ inputs.environment }}
34
url: ${{ inputs.hostname }}${{ inputs.base_url }}
.github/workflows/delete-review.yml
@@ -4,7 +4,7 @@ on: delete
4
5
6
delete-branch-environment:
7
- runs-on: ubuntu-20.04
8
9
name: review/${{ github.ref_name }}
10
env:
.github/workflows/pr.yml
@@ -10,7 +10,7 @@ on:
11
12
13
14
15
CI: true
16
NODE_ENV: production
0 commit comments