Update blank.yml

هذا الالتزام موجود في:
Chris Ayers
2021-12-18 07:30:32 -05:00
ملتزم من قبل GitHub
الأصل 5f7036c65f
التزام 388b6cde3d

عرض الملف

@@ -28,9 +28,15 @@ jobs:
# Runs a single command using the runners shell
- name: Run a one-line script
run: echo Hello, world!
reusable-workflow:
reusable-workflow-mona:
uses: Codebytes/github-actions-demos/.github/workflows/reusable-ci.yml@main
with:
username: mona
secrets:
token: "shh!"
reusable-workflow-chris:
uses: Codebytes/github-actions-demos/.github/workflows/reusable-ci.yml@main
with:
username: Chris
secrets:
token: "shh!"