Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davi17g committed Apr 14, 2024
1 parent e10c531 commit cd5f2d0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
repo: '${{ secrets.REPO }}',
workflow_id: 'hello-world.yml',
ref: 'APPS-1189-improve-release-github-action-workflow',
inputs: '{tag: 0.3.0}'
inputs: {
tag: 0.3.0
}
})
console.log(result);
} catch(error) {
Expand Down

0 comments on commit cd5f2d0

Please sign in to comment.