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

Commit 5474af6

Browse files
author
Erik Bylund
committed
Samples~ from main repo needs to be Samples in asset store repo
1 parent dde6de9 commit 5474af6

File tree

63 files changed

+32
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+32
-0
lines changed

.github/workflows/ShowSamples.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: Rename Folder
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
rename_folder:
8+
runs-on: ubuntu-latest
9+
10+
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v2
13+
14+
- name: Rename folder
15+
run: |
16+
mv Samples~ Samples
17+
18+
- name: Commit and push changes
19+
run: |
20+
git config --local user.email "[email protected]"
21+
git config --local user.name "GitHub Action"
22+
git add .
23+
git commit -m "Renamed folder"
24+
git push

Samples.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
File renamed without changes.

0 commit comments

Comments
 (0)