Skip to content

Commit

Permalink
Update create-issue-branch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly-sfdc authored Aug 16, 2024
1 parent aa27ac8 commit f0535c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-issue-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
git checkout -b ${{ steps.create_issue_branch.outputs.branchName }}
for line in ${DESCRIPTION}
do
python scripts/drop_rules_create.py --application_name line
echo "Creating file for ${line}"
python scripts/drop_rules_create.py --application_name ${line}
echo "file_created=true" >> $GITHUB_ENV
done
env:
Expand Down

0 comments on commit f0535c3

Please sign in to comment.