install
This commit is contained in:
parent
f02c51870c
commit
5d0ecd69cf
1 changed files with 5 additions and 0 deletions
5
.github/workflows/stripe-to-invoice.yml
vendored
5
.github/workflows/stripe-to-invoice.yml
vendored
|
|
@ -237,6 +237,11 @@ jobs:
|
||||||
- name: Install Atlas
|
- name: Install Atlas
|
||||||
uses: ariga/setup-atlas@v0
|
uses: ariga/setup-atlas@v0
|
||||||
|
|
||||||
|
- name: Install netcat
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install -y netcat-openbsd
|
||||||
|
|
||||||
- name: Decide environment
|
- name: Decide environment
|
||||||
run: |
|
run: |
|
||||||
if [[ "$GITHUB_REF" == refs/heads/main || "$GITHUB_REF" == refs/tags/* || "$GITHUB_REF" == refs/heads/release/* ]]; then
|
if [[ "$GITHUB_REF" == refs/heads/main || "$GITHUB_REF" == refs/tags/* || "$GITHUB_REF" == refs/heads/release/* ]]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue