Skip to content

Commit d5890cc

Browse files
Syntax error fix in new worklow / edit
1 parent b3f3ca4 commit d5890cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/03-core-features--03-workflows-jobs-steps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- run: echo "one or more steps"
1111
- run: echo "which run sequentially"
1212
- run: echo "within the same compute environment"
13-
- run: "And now I am adding a few lines of my own here to know and get familiarized with the operations"
13+
- run: echo "And now I am adding a few lines of my own here to know and get familiarized with the operations"
1414
job-2:
1515
runs-on: ubuntu-24.04
1616
steps:

0 commit comments

Comments
 (0)