Skip to content

Commit

Permalink
Merge pull request #16 from step-security/readme-updates
Browse files Browse the repository at this point in the history
Readme updates
  • Loading branch information
h0x0er authored Jul 22, 2024
2 parents 667d0aa + 5912a7d commit 3b7fceb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Conditional value - missing expression for GitHub Actions

[![test](https://github.com/step-security/action-cond/workflows/test/badge.svg)](https://github.com/step-security/action-cond/actions?query=workflow%3Atest)
[![reviewdog](https://github.com/step-security/action-cond/workflows/reviewdog/badge.svg)](https://github.com/step-security/action-cond/actions?query=workflow%3Areviewdog)
[![release](https://github.com/step-security/action-cond/workflows/release/badge.svg)](https://github.com/step-security/action-cond/actions?query=workflow%3Arelease)
[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/step-security/action-cond?logo=github&sort=semver)](https://github.com/step-security/action-cond/releases)

```yaml
inputs:
Expand All @@ -24,7 +20,7 @@ outputs:
```yaml
steps:
- uses: step-security/action-cond@v1
- uses: step-security/action-cond@v1.2.1
id: condval
with:
cond: ${{ github.event_name == 'pull_request' }}
Expand All @@ -42,7 +38,7 @@ https://github.com/reviewdog/action-eslint
```yaml
steps:
- uses: actions/checkout@v1
- uses: step-security/action-cond@v1
- uses: step-security/action-cond@v1.2.1
id: reporter
with:
cond: ${{ github.event_name == 'pull_request' }}
Expand Down

0 comments on commit 3b7fceb

Please sign in to comment.