We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6789a commit c0dee6eCopy full SHA for c0dee6e
README.md
@@ -28,10 +28,11 @@ jobs:
28
hasura-change-summary:
29
runs-on: ubuntu-latest
30
steps:
31
- - uses: actions/checkout@v3
+ - name: Checkout code
32
+ uses: actions/checkout@v4
33
34
- name: Detect Hasura metadata changes
- uses: Fieldguide/action-hasura-change-summary@v2
35
+ uses: Fieldguide/action-hasura-change-summary@v3
36
id: hasura-change-summary
37
with:
38
hasura_endpoint: https://my-pr-${{ github.event.number }}-app.example.com
0 commit comments