Skip to content

Commit

Permalink
fix: testing deploy uses param
Browse files Browse the repository at this point in the history
  • Loading branch information
nbugden committed Nov 10, 2021
1 parent 7cf057d commit 89f172a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [main]

jobs:
call-workflow-passing-data:
uses: octo-org/example-repo/.github/workflows/workflow-B.yml@main
build:
uses: nbugden/gh-actions/.github/workflows/build.yaml@main
secrets:
github_token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 89f172a

Please sign in to comment.