Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into in-source-to-in-wik…
Browse files Browse the repository at this point in the history
…i-links
  • Loading branch information
jcbhmr committed Jul 16, 2023
2 parents a184dfa + a79710c commit da96382
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 277 deletions.
34 changes: 2 additions & 32 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,39 +17,9 @@ on:
- README.md
- .github/**
- "!.github/workflows/test-action.yml"
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
concurrency: ${{ github.workflow }}
jobs:
test-action-clone:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: strategy=clone
uses: ./
with:
strategy: clone
dry-run: true
test-action-init:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: strategy=init
uses: ./
with:
strategy: init
dry-run: true
test-action-master:
if: github.ref_name == 'master'
needs: [test-action-clone, test-action-init]
test-action:
permissions:
contents: write
runs-on: ubuntu-latest
Expand Down
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ SPDX-License-Identifier: Apache-2.0

![](https://user-images.githubusercontent.com/61068799/231881220-2915f956-dbdb-4eee-8807-4eba9537523f.png)

<!-- prettier-ignore -->
[Our wiki](https://github.com/Andrew-Chen-Wang/github-wiki-action/wiki)
| [Projects that use this](https://github.com/Andrew-Chen-Wang/github-wiki-action/network/dependents)
| [v4 release notes](https://github.com/Andrew-Chen-Wang/github-wiki-action/releases/tag/v4.0.0)

</div>

📂 Keep your dev docs in sync with your code \
Expand Down
15 changes: 0 additions & 15 deletions wiki/Home.md

This file was deleted.

104 changes: 0 additions & 104 deletions wiki/How-it-works.md

This file was deleted.

3 changes: 3 additions & 0 deletions wiki/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
👋 Hello! If you're seeing this in the <kbd>Wiki</kbd> tab, then the GitHub
Action successfully pushed the contents of the `wiki/` folder to the GitHub
wiki. 🥳
121 changes: 0 additions & 121 deletions wiki/github.token.md

This file was deleted.

0 comments on commit da96382

Please sign in to comment.