Skip to content

Commit

Permalink
fix the runner
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking authored Apr 30, 2024
1 parent 233d928 commit fa81f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: ['push']

jobs:
my-context:
runs-on: ubunutu-latest
runs-on: ubuntu-latest
steps:
- name: "My Step"
run: echo "Hello! $MY_ACTION"
Expand Down

0 comments on commit fa81f06

Please sign in to comment.