Skip to content

Commit

Permalink
Create test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulapap authored Jan 14, 2024
1 parent 91c9045 commit af10aee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: test workflow

on:
workflow_dispatch:

jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Sed Test
run: |
sed -i "s|VPS|VPST|" README.md
cat README.md

0 comments on commit af10aee

Please sign in to comment.