Skip to content

Commit

Permalink
Merge pull request #290 from FabianaCampanari/FabianaCampanari-patch-1
Browse files Browse the repository at this point in the history
Update my-workflow.yml
  • Loading branch information
FabianaCampanari authored Feb 12, 2024
2 parents fc2b3de + 81402e3 commit 2e83551
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/my-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ jobs:
my-work:
runs-on: ubuntu-latest

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

- name: My Action
uses: my-action@v1



Expand Down

0 comments on commit 2e83551

Please sign in to comment.