Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
awownysz-splunk committed Dec 19, 2023
1 parent db3ac5d commit caac686
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/reusable-lightweight.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
SA_GPG_PASSPHRASE: ${{ secrets.SA_GPG_PASSPHRASE }}
outputs:
# outputs from `dynamic-uses` action are passed as a JSON string
sc4s: ${{ fromJSON(steps.meta.outputs.outputs).sc4s }}
sc4s: ${{ steps.meta.outputs.outputs.sc4s }}
needs: get-called-sha
steps:
- uses: jenseng/dynamic-uses@v1
Expand All @@ -112,6 +112,7 @@ jobs:
uses: splunk/addonfactory-workflow-addon-release/.github/actions/meta@${{ needs.get-called-sha.outputs.sha }}
# inputs need to provided as a valid JSON string
with: ${{ toJSON(env) }}


debug:
name: Debug
Expand Down

0 comments on commit caac686

Please sign in to comment.