Skip to content

Commit

Permalink
Update README.md fix example actions URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
pablovilas authored Oct 12, 2023
1 parent 9063cfa commit d66dd97
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,13 +79,13 @@ jobs:

- name: Login to Nullplatform
id: login-nullplatform
uses: nullplatform/nullplatform-login-action@v1
uses: nullplatform/github-action-login@v1
with:
api-key: ${{ secrets.NULLPLATFORM_API_KEY }}

- name: Query Nullplatform Application
id: query-application
uses: nullplatform/nullplatform-metadata-action@v1
uses: nullplatform/github-action-metadata@v1
with:
resource: application
name: my-app-name
Expand Down Expand Up @@ -117,13 +117,13 @@ jobs:
- name: Login to Nullplatform
id: login-nullplatform
uses: nullplatform/nullplatform-login-action@v1
uses: nullplatform/github-action-login@v1
with:
api-key: ${{ secrets.NULLPLATFORM_API_KEY }}
- name: Query Nullplatform Build
id: query-build
uses: nullplatform/nullplatform-metadata-action@v1
uses: nullplatform/github-action-metadata@v1
with:
resource: build
Expand Down

0 comments on commit d66dd97

Please sign in to comment.