Skip to content

Commit

Permalink
tweak wording in contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingrid Crant committed Mar 19, 2024
1 parent 7fa65b2 commit 003fd04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Thank you for your interest in contributing to the 1Password install-cli-action
After following the steps below for signing commits, you can test against your PR with these steps:

1. Create or use an existing repo to run the `install-cli` GitHub Action
2. In a workflow yaml file that uses the GitHub Action with
2. In a workflow yaml file that uses the GitHub Action, modify the `uses: 1Password/load-secrets-action` line to be

```
uses: 1Password/load-secrets-action@<branch-name>
Expand All @@ -17,7 +17,7 @@ After following the steps below for signing commits, you can test against your P
uses: 1Password/load-secrets-action@<commit-hash>
```

3. Trigger the action to test against your changes
3. Trigger the action, which now includes your changes

## Documentation Updates

Expand Down

0 comments on commit 003fd04

Please sign in to comment.