Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Maym300 committed Mar 22, 2024
1 parent c3d1d02 commit f91a245
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .github/workflows/first.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Greeting from Mona
on: push

jobs:
my-job:
name: My Job
runs-on: ubuntu-latest
steps:
- name: Print a greeting
env:
MY_VAR: Hi there! My name is
FIRST_NAME: Mona
MIDDLE_NAME: The
LAST_NAME: Octocat
run: |
echo $MY_VAR $FIRST_NAME $MIDDLE_NAME $LAST_NAME.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>First Page</title>
</head>
<body>
<h2>1.0.1</h2>
<h2>1.0.2</h2>
<script src="main.js"></script>
</body>
</html>
Expand Down

0 comments on commit f91a245

Please sign in to comment.