Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
ci: test workflow with a sample action
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-hosseini-deriv committed Oct 5, 2023
1 parent 21f063a commit e6a0989
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jobs:
sample-job:
runs-on: ubuntu-latest
steps:
- name: my-step
uses: actions/hello-world-javascript-action@main
with:
who-to-greet: 'Mona the Octocat'```
- uses: actions/hello-world-javascript-action@main
with:
who-to-greet: 'Deriv Team'

0 comments on commit e6a0989

Please sign in to comment.