Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
marjo-luc committed Feb 11, 2025
1 parent 00965af commit 334ef6a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/actions/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ runs:
run: |
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
shell: bash

- name: Commit and push process.cwl
run: |
git add process.cwl
git commit -m "Added process.cwl via github actions"
git push
shell: bash

- name: Source build config environment variables
uses: c-py/action-dotenv-to-setenv@v5
Expand Down

0 comments on commit 334ef6a

Please sign in to comment.