forked from ChrisTitusTech/linutil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removes docs and mentions on readme * Update README.md * Update README.md Co-authored-by: Adam Perkowski <[email protected]> * Update linutil.yml * Delete xtask.yml * Update preview.yml * Update README.md --------- Co-authored-by: Chris Titus <[email protected]> Co-authored-by: Adam Perkowski <[email protected]>
- Loading branch information
1 parent
5962213
commit a6bd6ec
Showing
15 changed files
with
10 additions
and
466 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
File renamed without changes
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -59,16 +59,16 @@ jobs: | |
- name: Generate preview | ||
uses: charmbracelet/[email protected] | ||
with: | ||
path: "docs/assets/preview.tape" | ||
path: ".github/preview.tape" | ||
|
||
- name: Move preview | ||
run: mv preview.gif docs/assets/preview.gif | ||
run: mv preview.gif .github/preview.gif | ||
|
||
- name: Create PR | ||
uses: peter-evans/[email protected] | ||
with: | ||
commit-message: Preview for ${{ env.tag_name }} | ||
file-pattern: "docs/assets/preview.gif" | ||
file-pattern: ".github/preview.gif" | ||
add-options: "--force" | ||
token: ${{ secrets.PAT_TOKEN }} | ||
branch: feature/preview-${{ env.tag_name }} | ||
|
This file was deleted.
Oops, something went wrong.
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 was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.