Skip to content

Commit 836847b

Browse files
committed
get git workflow working
1 parent dcd462d commit 836847b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bumpversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111
- name: Bump version and push tag
1212
id: tag_version
1313
uses: mathieudutour/github-tag-action@v5.5

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is a workflow to compile the cmeps source without cime
2-
name: extbuild
2+
name: Test Manic
33

44
# Controls when the action will run. Triggers the workflow on push or pull request
55
# events but only for the master branch

0 commit comments

Comments
 (0)