Skip to content

Commit

Permalink
update workflow-call
Browse files Browse the repository at this point in the history
Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>
  • Loading branch information
GuillaumeFalourd committed Oct 18, 2021
1 parent 340d512 commit fa2857b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 13 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/34-workflow-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,16 @@ on:
push:

jobs:
call-workflow-passing-data:
call-workflow-commit-hash:
uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@ba6294c776b98a3b4f28e8a0b804b71e4b8d0b48
with:
username: Guillaume
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

call-workflow-branch-ref:
uses: GuillaumeFalourd/poc-github-actions/.github/workflows/33-reusable-workflow.yml@main
with:
username: Guillaume
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
12 changes: 0 additions & 12 deletions .github/workflows/workflow-tester13.yml

This file was deleted.

0 comments on commit fa2857b

Please sign in to comment.