mirror of https://github.com/citusdata/citus.git
Cleanup
parent
abe4c4223b
commit
2ed1e760d1
|
@ -9,9 +9,6 @@ runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Expose $PG_MAJOR to Github Env
|
- name: Expose $PG_MAJOR to Github Env
|
||||||
# echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
|
|
||||||
# echo "inputs.pg_major : ${{ inputs.pg_major }}"
|
|
||||||
# echo "env.PG_MAJOR : ${{ env.PG_MAJOR }}"
|
|
||||||
run: |-
|
run: |-
|
||||||
if [ -z "${{ inputs.pg_major }}" ]; then
|
if [ -z "${{ inputs.pg_major }}" ]; then
|
||||||
echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
|
echo "PG_MAJOR=${PG_MAJOR}" >> $GITHUB_ENV
|
||||||
|
|
Loading…
Reference in New Issue