You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Create refreshRepo.yml
This commit is contained in:
20
.github/workflows/refreshRepo.yml
vendored
Normal file
20
.github/workflows/refreshRepo.yml
vendored
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user