We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58c2db1 commit 5189c71Copy full SHA for 5189c71
.github/workflows/syncAction.yml
@@ -31,8 +31,8 @@ steps:
31
- name: Create branch and push changes
32
run: |
33
cd ghes-actions-integration
34
- git config user.name "santhoshVC92"
35
- git config user.email "skesavan@veracode.com"
+ git config user.name "veracode"
+ git config user.email "user@veracode.com"
36
BRANCH_NAME="sync-sca-$(date +%s)"
37
git checkout -b $BRANCH_NAME
38
git add actions
@@ -61,4 +61,4 @@ steps:
61
- Updated dist folder
62
- Updated action.yml file"
63
env:
64
- GH_TOKEN: ${{ secrets.PAT_TOKEN }}
+ GH_TOKEN: ${{ secrets.PAT_TOKEN }}
0 commit comments