mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update action.yml
This commit is contained in:
parent
21c2c62343
commit
d1e042877c
1 changed files with 13 additions and 13 deletions
26
.github/curl/action.yml
vendored
26
.github/curl/action.yml
vendored
|
@ -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" \
|
||||||
|
|
Loading…
Reference in a new issue