Create refreshRepo.yml

This commit is contained in:
Stewie
2022-09-01 18:57:33 -04:00
parent bc8ddca21e
commit 7c3e667d2d

20
.github/workflows/refreshRepo.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
name: refreshRepo
on:
workflow_dispatch:
inputs:
repoName:
jobs:
repoBasic:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ../$repoName
steps:
- name: Refresh repo
run:
git pull