diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ce2b548..4929c37 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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@ + uses: 1Password/install-cli-action@ # OR - uses: 1Password/load-secrets-action@ + uses: 1Password/install-cli-action@ ``` 3. Trigger the action, which now includes your changes