From 5f8beb1c136ba20682b1ee756e549f19f8fbfcc3 Mon Sep 17 00:00:00 2001 From: Federico Infanti Date: Thu, 12 Oct 2023 17:46:34 +0200 Subject: [PATCH] Update documentation --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 9238b82..f8346c9 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,6 @@ jobs: uses: checkout-charlie/github-actions/humanitec-push-image@main with: humanitec_token: ${{ secrets.HUMANITEC_TOKEN }} - humanitec_org: checkout-charlie ``` @@ -75,7 +74,6 @@ jobs: uses: checkout-charlie/github-actions/deploy-pr@main with: humanitec_token: ${{ secrets.HUMANITEC_TOKEN }} - humanitec_org: checkout-charlie source_environment: << base-environment >> # source environment where to clone from app_id: << app-id >> # app id on humanitec @@ -100,7 +98,6 @@ jobs: uses: checkout-charlie/github-actions/undeploy-pr@main with: humanitec_token: ${{ secrets.HUMANITEC_TOKEN }} - humanitec_org: checkout-charlie app_id: << app-id >> # app id on Humanitec ```