Skip to content

Commit

Permalink
Action -> Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
dentarg committed Nov 14, 2020
1 parent 8a8cb59 commit 1ed0ad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# postgres

`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`.
`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`.

```yaml
jobs:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Postgres"
description: "Start PostgreSQL in the GitHub Action VM"
description: "Start PostgreSQL in the GitHub Actions VM"
runs:
using: "composite"
steps:
Expand Down

0 comments on commit 1ed0ad1

Please sign in to comment.