Fehler in update.yml behoben
This commit is contained in:
@@ -7,8 +7,17 @@ on:
|
||||
jobs:
|
||||
show-payload:
|
||||
runs-on: alpine-latest
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
steps:
|
||||
- name: Notwendige Abhängigkeiten installieren
|
||||
shell: sh
|
||||
run: |
|
||||
apk add --no-cache bash
|
||||
git config --global http.sslVerify false
|
||||
|
||||
- name: Payload anzeigen
|
||||
run: |
|
||||
echo "Payload empfangen:"
|
||||
|
||||
Reference in New Issue
Block a user