We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8ebbf commit b69d901Copy full SHA for b69d901
2 files changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ on:
10
jobs:
11
unit-tests:
12
runs-on: ubuntu-latest
13
-
+ environment: ${{ github.ref == 'refs/heads/main' && 'develop' || '' }}
14
steps:
15
- name: Checkout repository
16
uses: actions/checkout@v3
action.yml
@@ -9,7 +9,7 @@ inputs:
9
script-version:
description: 'Script version'
required: false
- default: '0.3.1'
+ default: '0.5.1'
outputs:
matrix:
@@ -22,8 +22,6 @@ outputs:
22
23
runs:
24
using: "composite"
25
- env:
26
- SCRIPT_VERSION: "0.4.0"
27
28
- name: Cancel Previous Runs
29
if: ${{ github.ref != 'refs/heads/develop' && github.ref != 'refs/heads/main' }}
0 commit comments