We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd462d commit 836847bCopy full SHA for 836847b
.github/workflows/bumpversion.yml
@@ -7,7 +7,7 @@ jobs:
7
build:
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
11
- name: Bump version and push tag
12
id: tag_version
13
uses: mathieudutour/github-tag-action@v5.5
.github/workflows/tests.yml
@@ -1,5 +1,5 @@
1
# This is a workflow to compile the cmeps source without cime
2
-name: extbuild
+name: Test Manic
3
4
# Controls when the action will run. Triggers the workflow on push or pull request
5
# events but only for the master branch
0 commit comments