Skip to content

Commit

Permalink
ci: fix runs-on typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Dec 2, 2023
1 parent 7018178 commit 1c9fd70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/commit-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
path: "test_results/build/patches/"
commit:
name: Commit and push data
runs-on: ubunut-latest
runs-on: ubuntu-latest
permissions:
contents: write
if: "inputs.push"
Expand Down

0 comments on commit 1c9fd70

Please sign in to comment.