Skip to content

Commit

Permalink
Updated sanity-check workflow to use latest version of the action
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammedSentry authored May 15, 2024
1 parent cf48a24 commit db8fffd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- id: foo
uses: ChristopheClermont/metricshub-sanity-action@v1-dev
uses: ChristopheClermont/metricshub-sanity-action@main
with:
who-to-greet: ${{ inputs.who || 'Mona the Octocat'}}

0 comments on commit db8fffd

Please sign in to comment.