Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Samples~ from main repo needs to be Samples in asset store repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Bylund committed Apr 10, 2024
1 parent 07af5d2 commit fd55834
Show file tree
Hide file tree
Showing 63 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/ShowSamples.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Rename Folder

on:
workflow_dispatch:

jobs:
rename_folder:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v2

- name: Rename folder
run: |
mv Samples~ Samples
- name: Commit and push changes
run: |
git config --local user.email "action@github.com"
git config --local user.name "GitHub Action"
git add .
git commit -m "Renamed folder"
git push
8 changes: 8 additions & 0 deletions Samples.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

File renamed without changes.

0 comments on commit fd55834

Please sign in to comment.