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
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" \