From 9ace46e94825146359aee38b0e3e163f79a914bc Mon Sep 17 00:00:00 2001 From: Ingrid Crant Date: Tue, 19 Mar 2024 14:54:02 -0400 Subject: [PATCH] add testing section --- CONTRIBUTING.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c528795..b287fe5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,6 +2,23 @@ Thank you for your interest in contributing to the 1Password install-cli-action project 👋! Before you start, please take a moment to read through this guide to understand our contribution process. +## Testing + +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 + + ``` + uses: 1Password/load-secrets-action@ + + # OR + + uses: 1Password/load-secrets-action@ + ``` + +3. Trigger the action to test against your changes + ## Documentation Updates If applicable, update the [README.md](./README.md) to reflect any changes introduced by the new code.