Skip to content

Commit 0ecd176

Browse files
authored
repo sync
2 parents 7ea2dc1 + 014e7c7 commit 0ecd176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/actions/reference/context-and-expression-syntax-for-github-actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ on: push
179179
180180
jobs:
181181
one:
182-
runs-on: ubuntu-16.04
182+
runs-on: ubuntu-latest
183183
steps:
184184
- name: Dump GitHub context
185185
env:

0 commit comments

Comments
 (0)