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 06ccf96 commit 95e4ed2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test-workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,7 @@ jobs:
- name: Test masking inputs
id: loop
run: |
inps=$(jq -r '.inputs' $GITHUB_EVENT_PATH)
jq -c '.[]' $inps | while read i; do
echo $i
done
for i in $inps
do
echo "a" $i
done
echo $GITHUB_EVENT_PATH
- name: Test masking inputs
id: add_mask
Expand Down

0 comments on commit 95e4ed2

Please sign in to comment.