Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
eskrm committed Mar 6, 2024
1 parent 1509181 commit f40a6b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To report a code build to Faros specify `CI` in the `event` parameter and includ
```yaml
- name: Report code build to Faros
id: send-ci-event
uses: faros-ai/faros-cicd-github-action@v3.0.6
uses: faros-ai/faros-cicd-github-action@v3.0.7
with:
api-key: ${{ secrets.FAROS_API_KEY }}
event: CI
Expand All @@ -30,7 +30,7 @@ To report an artifact deployment to Faros specify `CD` in the `event` parameter
```yaml
- name: Report deployment to Faros
id: send-cd-event
uses: faros-ai/faros-cicd-github-action@v3.0.6
uses: faros-ai/faros-cicd-github-action@v3.0.7
with:
api-key: ${{ secrets.FAROS_API_KEY }}
event: CD
Expand Down

0 comments on commit f40a6b5

Please sign in to comment.