Skip to content

Commit 2b76041

Browse files
authored
Update action.yaml
1 parent 858ad3b commit 2b76041

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/action.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
test-job:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
# if: ${{ github.event.workflow_dispatch == 'true' }}
1919
steps:
2020
- uses: actions/checkout@v4
@@ -28,6 +28,11 @@ jobs:
2828
- name: event
2929
run: |
3030
echo ${{ github.event_name }}
31+
32+
- name: event
33+
run: |
34+
locale
35+
3136
- name: test
3237
if: ${{ !cancelled() }}
3338
run: |

0 commit comments

Comments
 (0)