Skip to content

Commit

Permalink
Small fixes for existing workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
epassaro committed Dec 14, 2020
1 parent 162f280 commit 1a05f9a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/documentation-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
environment-file: tardis_env3.yml
activate-environment: tardis
channels: conda-forge, defaults
mamba-version: "*"

- name: Install TARDIS
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/update-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- name: Commit files
run: |
git config --local user.email "[email protected]"
git config --local user.name "TARDIS bot"
git add CHANGELOG.md
git commit -m "Update CHANGELOG.md [skip ci]"
Expand Down

0 comments on commit 1a05f9a

Please sign in to comment.