Skip to content

Commit 72ece5e

Browse files
authored
Update README.md (#6)
1 parent 5948dc5 commit 72ece5e

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
@@ -88,7 +88,7 @@ jobs:
8888
- uses: Azure/login@v1
8989
with:
9090
creds: ${{secrets.AZURE_CREDENTIALS}}
91-
- uses: azure/postgresql-action@v1
91+
- uses: azure/postgresql@v1
9292
with:
9393
connection-string: ${{ secrets.AZURE_POSTGRESQL_CONNECTION_STRING }}
9494
server-name: REPLACE_THIS_WITH_YOUR_POSTGRESQL_SERVER_NAME
@@ -106,7 +106,7 @@ jobs:
106106

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

0 commit comments

Comments
 (0)