Skip to content

Commit 50e2ad8

Browse files
authored
Update README.md with updated workflows (#5)
* Update README.md
1 parent f012085 commit 50e2ad8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
- uses: Azure/login@v1
8888
with:
8989
creds: ${{secrets.AZURE_CREDENTIALS}}
90-
- uses: azure/postgresql-action@v1
90+
- uses: azure/postgresql@v1
9191
with:
9292
connection-string: ${{ secrets.AZURE_POSTGRESQL_CONNECTION_STRING }}
9393
server-name: REPLACE_THIS_WITH_YOUR_POSTGRESQL_SERVER_NAME
@@ -105,7 +105,7 @@ jobs:
105105

106106
steps:
107107
- uses: actions/[email protected]
108-
- uses: azure/postgresql-action@v1
108+
- uses: azure/postgresql@v1
109109
with:
110110
connection-string: ${{ secrets.AZURE_POSTGRESQL_CONNECTION_STRING }}
111111
server-name: REPLACE_THIS_WITH_YOUR_POSTGRESQL_SERVER_NAME

0 commit comments

Comments
 (0)