mirror of
https://github.com/actions/upload-artifact.git
synced 2026-05-25 05:48:55 +00:00
Update README.md
This commit is contained in:
parent
559429d0e7
commit
11611630e5
15
README.md
15
README.md
@ -1,12 +1,9 @@
|
|||||||
on.workflow_call.inputs on.workflow_call.secrets.
|
jobs:
|
||||||
jobs:secret
|
workflowB-calls-workflowC:
|
||||||
reusable_workflow_job:
|
uses: different-org/example-repo/.github/workflows/C.yml@main
|
||||||
runs-on: ubuntu-latest
|
secrets:
|
||||||
steps:
|
repo-token: ${{ secrets.personal_access_token }} # pass just this secret
|
||||||
- uses: actions/labeler@v6
|
configuration-path: ${{ inputs.config-path }}
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.personal_access_token }}
|
|
||||||
configuration-path: ${{ inputs.config-path }}
|
|
||||||
#run daily review
|
#run daily review
|
||||||
https://frankpereira1-web/daily-briefing/blob/🌅 Frank's Daily Briefing</h1>
|
https://frankpereira1-web/daily-briefing/blob/🌅 Frank's Daily Briefing</h1>
|
||||||
<p id="today-date"></p>
|
<p id="today-date"></p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user