Skip to content

Commit 36c6663

Browse files
authored
Merge pull request #2 from ikalnytskyi/cleanup
Some clean-up
2 parents 58a9f46 + c0331d1 commit 36c6663

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ jobs:
5858
python3 -m pip install --upgrade pip pytest psycopg
5959
python3 -m pytest -vv test_action.py
6060
env:
61-
PGPORT: 34837
6261
CONNECTION_URI: ${{ steps.postgres.outputs.connection-uri }}
6362
EXPECTED_CONNECTION_URI: postgresql://yoda:GrandMaster@localhost:34837/jedi_order
6463
shell: bash

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ inputs:
1818
default: postgres
1919
required: false
2020
port:
21-
description: The server port.
22-
default: 5432
21+
description: The server port to listen on.
22+
default: "5432"
2323
required: false
2424
outputs:
2525
connection-uri:

0 commit comments

Comments
 (0)