Skip to content

Commit

Permalink
Merge pull request #6 from chrisreddington/update-icon
Browse files Browse the repository at this point in the history
Update icon in action.yml
  • Loading branch information
chrisreddington authored Nov 20, 2024
2 parents c12cb89 + afb3e71 commit e2cff86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ your workflow, which is useful for validation steps or pre-deployment checks.

```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Validate configuration files
uses: chrisreddington/validate-file-exists@v1
uses: chrisreddington/validate-file-exists@v0.0.1
with:
files: config.json
```
Expand All @@ -39,9 +39,9 @@ steps:
```yaml
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Validate configuration files
uses: chrisreddington/validate-file-exists@v1
uses: chrisreddington/validate-file-exists@v0.0.1
with:
files: config.json,settings.yml,env.development
```
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ author: 'chrisreddington'

# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: 'heart'
color: 'red'
icon: 'file'
color: 'yellow'

# Define your inputs here.
inputs:
Expand Down

0 comments on commit e2cff86

Please sign in to comment.