Skip to content

Commit b15bc05

Browse files
authored
Update CI workflow name and checkout action version
1 parent 04faa87 commit b15bc05

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/demo.yml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
1-
name: CI Workflow
1+
2+
name: CI Workflow Trigger
23

34
on:
45
push:
56
branches:
6-
uses: actions/checkout@v3 - main
7-
8-
- name: Run a sample script
9-
run: echo "Build
7+
- main
108

119
jobs:
1210
build:
1311
runs-on: ubuntu-latest
12+
1413
steps:
15-
- name: Checkout code
14+
- name: Checkout
15+
uses: actions/checkout@v4
16+
17+
- name: Verify runner
18+
run: |
19+
echo "Runner OS: $RUNNER_OS"
20+
uname -a

0 commit comments

Comments
 (0)