update workflow
This commit is contained in:
@@ -1,12 +1,17 @@
|
||||
name: CI Pipeline
|
||||
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches: [ main, master ]
|
||||
pull_request:
|
||||
branches: [ main, master ]
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
shasums:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- name: Run shasums script
|
||||
run: |
|
||||
cp -rv ./hyperterm/ "$HOME/.hyperterm/"
|
||||
@@ -199,7 +204,7 @@ jobs:
|
||||
git add staged.txt
|
||||
|
||||
# Source hyperterm functions
|
||||
cd "$GITHUB_WORKSPACE"
|
||||
cd "$GITEA_WORKSPACE"
|
||||
source hyperterm/core/colors.sh
|
||||
source hyperterm/core/git.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user