Update action.yml

This commit is contained in:
jstan-isch 2023-01-28 14:37:59 -06:00 committed by GitHub
parent 21c2c62343
commit d1e042877c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,20 +1,20 @@
name: curl name: curl
on: # on:
workflow_call: # workflow_call:
inputs: # inputs:
sha: # sha:
required: true
# secrets:
# envPAT:
# required: true # required: true
# # secrets:
# # envPAT:
# # required: true
jobs: # jobs:
curl: # curl:
runs-on: ubuntu-latest # runs-on: ubuntu-latest
steps: # steps:
- run: | # - run: |
echo "${{ inputs.sha }}" # echo "${{ inputs.sha }}"
# curl \ # curl \
# -X POST \ # -X POST \
# -H "Accept: application/vnd.github+json" \ # -H "Accept: application/vnd.github+json" \