Skip to content

Commit

Permalink
chore: update gitConfig lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
iowillhoit committed Apr 3, 2024
1 parent efbd75a commit 0f35425
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/onPushToDocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,14 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: lts/*
- uses: oclif/github-workflows/.github/actions/gitConfig@main
- uses: salesforcecli/github-workflows/.github/actions/getGithubUserInfo@main
id: github-user-info
with:
SVC_CLI_BOT_GITHUB_TOKEN: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }}
- uses: salesforcecli/github-workflows/.github/actions/gitConfig@main
with:
username: ${{ steps.github-user-info.outputs.username }}
email: ${{ steps.github-user-info.outputs.email }}
- name: doc build
env:
GIT_USER: svc-cli-bot
Expand Down

0 comments on commit 0f35425

Please sign in to comment.