Skip to content

Commit

Permalink
Update first-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
noelb1 authored Dec 2, 2023
1 parent 57ad9e4 commit 110117b
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/first-workflow.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
#!/bin/bash

echo "Starting job1"

echo "Executing step1"
echo "step1"

echo "Executing step2"
echo "step2"

echo "Job1 completed"
int value = 0;
value++;
Console.WriteLine(value);

0 comments on commit 110117b

Please sign in to comment.