Skip to content

Commit

Permalink
Update test-workflow.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafaStakater authored Jan 1, 2024
1 parent e54c425 commit 8f397b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
inps=$(jq -r '.inputs' $GITHUB_EVENT_PATH)
for i in $inps
do
echo $i
echo "a" $i
done
- name: Test masking inputs
Expand Down

0 comments on commit 8f397b0

Please sign in to comment.