Skip to content

Commit

Permalink
Update learn-github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin-M-Johnson authored Sep 20, 2024
1 parent dcc03e8 commit f9f44ea
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,15 @@ on: [push]
jobs:
check-bats-version:
runs-on: SB-MA-JBMVBY3
first_demo_job:
name: The first demo job
steps:
- run: GitHub_Batch.bat
- name: Show the demo running
env:
VAR1: This is
VAR2: A Demo of
VAR3: GitHub Actions
VAR4: Workflow jobs
run: |
echo $VAR1 $VAR2 $VAR3 $VAR4.

0 comments on commit f9f44ea

Please sign in to comment.