-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3bd4ef7
commit b03d7f6
Showing
5 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,13 +37,12 @@ jobs: | |
env: | ||
ALGOLIA_INDEX_NAME: redpanda | ||
GITHUB_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }} | ||
- name: Create pull request | ||
uses: peter-evans/create-pull-request@v6 | ||
with: | ||
commit-message: "auto-docs: Update Instruqt records" | ||
token: ${{ env.ACTIONS_BOT_TOKEN }} | ||
branch: update-instruqt-records | ||
title: "auto-docs: Update Instruqt records" | ||
body: "Updates the Instruqt courses that are made available to docs for purposes such as automated cross-linking." | ||
labels: auto-docs | ||
reviewers: JakeSCahill, Deflaimun | ||
- name: Commit changes | ||
run: | | ||
git config --global user.name "vbotbuildovich" | ||
git config --global user.email "[email protected]" | ||
git add home/modules/ROOT/attachments/instruqt-labs.json | ||
git commit -m "auto-docs: Update Instruqt records" | ||
git push origin main | ||
env: | ||
ACCESS_TOKEN: ${{ env.ACTIONS_BOT_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters