Skip to content

Commit

Permalink
create contributing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ingrid Crant committed Apr 2, 2024
1 parent c2c1dbb commit 3e3fe78
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ 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, modify the `uses: 1Password/load-secrets-action` line to be
2. In a workflow yaml file that uses the GitHub Action, modify the `uses: 1Password/install-cli-action` line to be

```
uses: 1Password/load-secrets-action@<branch-name>
uses: 1Password/install-cli-action@<branch-name>
# OR
uses: 1Password/load-secrets-action@<commit-hash>
uses: 1Password/install-cli-action@<commit-hash>
```

3. Trigger the action, which now includes your changes
Expand Down

0 comments on commit 3e3fe78

Please sign in to comment.