Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
AcChosen committed Jul 11, 2023
2 parents ac4a74e + 8f1d6e1 commit 2a8f223
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 151 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/trigger-repo-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Trigger Repo Update

on:
release:
types: [published, unpublished, created, edited, deleted]
workflow_dispatch:

jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
with:
github-token: ${{ secrets.VRSL_VPM_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'rrazgriz',
repo: 'raz-vpm',
workflow_id: 'build-listing.yml',
ref: 'main',
})
# thanks to bd_ for this action: https://github.com/bdunderscore/modular-avatar/blob/main/.github/workflows/trigger-repo-rebuild.yml
50 changes: 0 additions & 50 deletions Website/cover.css

This file was deleted.

Binary file removed Website/favicon.ico
Binary file not shown.
101 changes: 0 additions & 101 deletions Website/index.html

This file was deleted.

0 comments on commit 2a8f223

Please sign in to comment.