Skip to content

Commit

Permalink
Update pipeline.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
booleanchile authored Sep 6, 2024
1 parent 753ecf5 commit 5f487a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,15 @@ jobs:
# Este despliegue tuvo problemas
Hola! Se encontraron fallos en el despliegue debido a 👻
EOF)
echo $CONTENT
echo "+++++++++++++"
BODY='{"title":"Un Issue desde ","body":"'"${CONTENT}"'","assignees":["gpincheiraa"],"labels":["bug"]}'
curl -L \
-X POST \
-H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-H "X-GitHub-Api-Version: 2022-11-28" \
https://api.github.com/repos/$GITHUB_REPOSITORY/issues \
-d '{"title":"Un Issue desde ","body":"'$CONTENT'","assignees":["gpincheiraa"],"labels":["bug"]}'
-d $BODY

0 comments on commit 5f487a4

Please sign in to comment.