Skip to content

Commit

Permalink
ci: Skip committing
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Aug 8, 2024
1 parent 40bea09 commit 0b44ac2
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/wave.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ jobs:
conda-lock
mamba
# Print debugging information
# - name: Print debug info
# run: |
# conda-lock --version
# mamba --version
# echo Locking ${{ inputs.file }} file for ${{ inputs.platform }} platform.
# shell: bash -l {0}

# Run conda-lock
- name: Run conda-lock
run: |
Expand All @@ -72,11 +64,12 @@ jobs:
MAMBA: "--mamba"
shell: bash -l {0}

- name: Commit and push changes
uses: devops-infra/action-commit-push@master
with:
github_token: "${{ secrets.GITHUB_TOKEN }}"
commit_message: "[automated] autogenerated conda-lock files"
# FIXME Why can nothing push?
# - name: Commit and push changes
# uses: devops-infra/action-commit-push@master
# with:
# github_token: "${{ secrets.GITHUB_TOKEN }}"
# commit_message: "[automated] autogenerated conda-lock files"

- name: Get the lock file path
uses: actions/github-script@v7
Expand Down

0 comments on commit 0b44ac2

Please sign in to comment.