Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
VicDeo committed Feb 9, 2024
1 parent ab641bc commit 40592fd
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ on:
workflow_dispatch:

jobs:
call-workflow-passing-data:
- uses: VicDeo/go-obfuscate/.github/workflows/test.yml@master

build:
test:
uses: ./.github/workflows/test.yml

build-job:
needs: test
env:
APP_NAME="go-obfuscate"
GO_ARCH="amd64"
Expand Down

0 comments on commit 40592fd

Please sign in to comment.