Skip to content

Commit 9f54efb

Browse files
author
Gürkan İndibay
authored
Update build-package.yml
1 parent 3f59dd5 commit 9f54efb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-package.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,25 +44,25 @@ jobs:
4444
setup_apt
4545
nuke_pg
4646
env:
47-
PGVERSION: {{ matrix.PGVERSION }}
47+
PGVERSION: ${{ matrix.PGVERSION }}
4848

4949
- name: Install
5050
run: |
5151
install_uncrustify
5252
install_pg
5353
env:
54-
PGVERSION: {{ matrix.PGVERSION }}
54+
PGVERSION: ${{ matrix.PGVERSION }}
5555

5656
- name: Before Script
5757
run: |
5858
config_and_start_cluster
5959
echo "extra_float_digits = 0" >> "/etc/postgresql/${PGVERSION}/test/postgresql.conf"
6060
pg_ctlcluster "${PGVERSION}" test restart
6161
env:
62-
PGVERSION: {{ matrix.PGVERSION }}
62+
PGVERSION: ${{ matrix.PGVERSION }}
6363

6464
- name: Script
6565
run: |
6666
pg_travis_test
6767
env:
68-
PGVERSION: {{ matrix.PGVERSION }}
68+
PGVERSION: ${{ matrix.PGVERSION }}

0 commit comments

Comments
 (0)