Create refreshRepo.yml

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

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

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