Skip to content

Commit

Permalink
Github actions testing 3
Browse files Browse the repository at this point in the history
  • Loading branch information
devdattakulkarni committed Jun 3, 2024
1 parent 3258472 commit b938b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/demo-workflow-file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ jobs:
name: Hello world
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Write a multi-line message
uses: actions/checkout@v2
run: |
echo This demo file shows a
echo very basic and easy-to-understand workflow.

0 comments on commit b938b26

Please sign in to comment.