From d1e042877cb6e95e46503b6b78a708f7b6365ae6 Mon Sep 17 00:00:00 2001 From: jstan-isch <52019536+jstan-isch@users.noreply.github.com> Date: Sat, 28 Jan 2023 14:37:59 -0600 Subject: [PATCH] Update action.yml --- .github/curl/action.yml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/curl/action.yml b/.github/curl/action.yml index 2c388787f..cfb1cee83 100644 --- a/.github/curl/action.yml +++ b/.github/curl/action.yml @@ -1,20 +1,20 @@ name: curl -on: - workflow_call: - inputs: - sha: - required: true -# secrets: -# envPAT: +# on: +# workflow_call: +# inputs: +# sha: # required: true +# # secrets: +# # envPAT: +# # required: true -jobs: - curl: - runs-on: ubuntu-latest - steps: - - run: | - echo "${{ inputs.sha }}" +# jobs: +# curl: +# runs-on: ubuntu-latest +# steps: +# - run: | +# echo "${{ inputs.sha }}" # curl \ # -X POST \ # -H "Accept: application/vnd.github+json" \