Skip to content

Commit

Permalink
Update repo name.
Browse files Browse the repository at this point in the history
  • Loading branch information
hasithaa committed Jul 16, 2022
1 parent f7842ff commit 495066e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _**Note**: This action is supported on all operating systems (`ubuntu`, `macos`,
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: hasithaa/ballerina-setup@v1
- uses: hasithaa/setup-ballerina@v1
name: Install Ballerina
with:
version: 2201.1.1
Expand All @@ -36,7 +36,7 @@ _**Note**: This action is supported on all operating systems (`ubuntu`, `macos`,
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- uses: hasithaa/ballerina-setup@v1
- uses: hasithaa/setup-ballerina@v1
name: Install Ballerina
with:
version: 2201.1.1
Expand All @@ -50,7 +50,7 @@ _**Note**: This action is supported on all operating systems (`ubuntu`, `macos`,
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: hasithaa/ballerina-setup@v1
- uses: hasithaa/setup-ballerina@v1
name: Install Ballerina
with:
version: 2201.1.1
Expand Down

0 comments on commit 495066e

Please sign in to comment.