Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenixthrush authored Oct 25, 2023
1 parent d0a1d82 commit 6a42ccc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,9 @@ jobs:
command: echo "Hello, World!" > hello.txt
- run:
name: Commit changes
command: |
git add hello.txt
git commit -m "Add 'hello.txt' with 'Hello, World!'"
git push
command: git add hello.txt
command: git commit -m "Add 'hello.txt' with 'Hello, World!'"
command: git push
workflows:
example:
jobs:
Expand Down

0 comments on commit 6a42ccc

Please sign in to comment.