Skip to content

Commit 441af9d

Browse files
fix;
1 parent a95f10e commit 441af9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checkovScrapper.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ jobs:
7373
- name: Create Pull Request
7474
if: env.changed == 'true'
7575
run: |
76-
gh auth login --with-token <<< ${{ secrets.GITHUB_TOKEN }}
77-
gh pr create --title "Update Checkov severity mapping" --body "Automated update of Checkov severity mapping" --base main --head $BRANCH_NAME --label automated update
76+
echo ${{ secrets.GITHUB_TOKEN }} | gh auth login --with-token
77+
gh pr create --title "Update Checkov severity mapping" --body "Automated update of Checkov severity mapping" --base main --head $BRANCH_NAME --label "automated update"

0 commit comments

Comments
 (0)