Skip to content

Commit

Permalink
feat(main): Updated post install action
Browse files Browse the repository at this point in the history
  • Loading branch information
ekkinox committed Jan 23, 2024
1 parent ddba467 commit a01086f
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ on:
- main

jobs:
rename:
post_install:
if: ${{ github.repository != 'ankorstore/yokai-http-template' }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -19,7 +21,7 @@ jobs:
- name: Rename
run: |
make rename to=$(echo '${{ github.repository }}' | awk -F '/' '{print $2}' | tr '[:upper:]' '[:lower:]')
rm .github/workflows/rename.yml
rm .github/workflows/post-install.yml
- name: Commit
uses: stefanzweifel/git-auto-commit-action@v5
Expand Down

0 comments on commit a01086f

Please sign in to comment.