Skip to content

Commit 1ed0ad1

Browse files
committed
Action -> Actions
1 parent 8a8cb59 commit 1ed0ad1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# postgres
22

3-
`dentarg/postgres` is an [composite run steps action] that starts PostgreSQL in the GitHub Action VM and creates a user and a database. You can then connect to the database using the address found in environment variable `POSTGRES_URL`.
3+
`dentarg/postgres` is an [composite run steps action] that starts PostgreSQL in the GitHub Actions VM and creates a user and a database. You can then connect to the database using the address found in environment variable `POSTGRES_URL`.
44

55
```yaml
66
jobs:

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "Postgres"
2-
description: "Start PostgreSQL in the GitHub Action VM"
2+
description: "Start PostgreSQL in the GitHub Actions VM"
33
runs:
44
using: "composite"
55
steps:

0 commit comments

Comments
 (0)