Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Dec 10, 2023
1 parent bad574c commit 071140f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
9 changes: 1 addition & 8 deletions .github/tpl/README.tpl.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
# Run GitHub CI in {{VM_NAME}} ![Test](https://github.com/{{GITHUB_REPOSITORY}}/workflows/Test/badge.svg)

Use this action to run your CI in {{VM_NAME}}.

The github workflow only supports Ubuntu, Windows and MacOS. But what if you need to use {{VM_NAME}}?

This action is to support {{VM_NAME}}.


{{LATEST_TAG}}


2 changes: 1 addition & 1 deletion .github/tpl/generate.tpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: EndBug/add-and-commit@v9
with:
message: "Update from base vm"
message: "Update from base builder"
pull: '--rebase --autostash '
add: |
.github/workflows/readme.yml
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,8 @@ jobs:
- name: Using main branch
run: |
git switch main || (git fetch --all && git checkout -b main origin/main)
. conf/default.release.conf
echo "DEFAULT_RELEASE=$DEFAULT_RELEASE" >> $GITHUB_ENV
echo "LATEST_MAJOR=$(echo ${{ steps.get-latest-release.outputs.tag_name }} | cut -d . -f 1)" >> $GITHUB_ENV
echo "LATEST_TAG=${{ steps.get-latest-release.outputs.tag_name }}" >> $GITHUB_ENV
echo "ALL_RELEASES=$(ls conf/ | grep -v default | sed 's/.conf//g' | tr '\n' ',' | sed "s/,\$//" | sed 's/,/, /g')" >> $GITHUB_ENV
- name: Update the readme.md
uses: vmactions/[email protected]
Expand Down

0 comments on commit 071140f

Please sign in to comment.