Skip to content

Commit 2005704

Browse files
committed
saved UNDO information for reset changes and discarded files
1 parent 8909b65 commit 2005704

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- name: Checkout repo
1616
uses: actions/checkout@v3
17-
17+
1818
- name: Validate Biome Colors
1919
run: bash ./.scripts/validate-biome-colors.sh
2020

@@ -81,7 +81,7 @@ jobs:
8181
env:
8282
WIKI_DIRECTORY: .wiki # Contents of this directory get pushed to the wiki
8383
WIKI_PARENT_REPOSITORY: ${{ github.repository }} # Where to publish to
84-
84+
8585
steps:
8686
- name: Checkout repo
8787
uses: actions/checkout@v3
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Create Biomes Wiki Page
9292
run: bash ./.scripts/create-biomes-wiki-page.sh
93-
93+
9494
- name: Upload Documentation to Wiki
9595
run: bash ./.scripts/upload-to-wiki.sh
9696
env:

.github/workflows/sync-submodules.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Sync Submodules
22

33
on:
44
repository_dispatch: # Submodules dispatch to this when they're updated
5-
types:
5+
types:
66
- Sync Images
7-
7+
88
jobs:
99
sync:
1010
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)