Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List of MorphoCloudWorkflow changes:

```
$ git shortlog ec55302..111d6a7 --no-merges
Jean-Christophe Fillion-Robin (1):
      fix: Remove redundant comment posted from triggered workflow
```

See MorphoCloud/MorphoCloudWorkflow@ec55302...111d6a7
  • Loading branch information
jcfr committed Dec 4, 2024
1 parent 2b61ca7 commit 1b68a19
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/control-instance-from-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Control instance
run: |
gh issue comment $ISSUE_NUMBER \
-b "Command <tt>shelve</tt> issued by **control-instance-from-workflow.yml** workflow. \
See details [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})."
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
ISSUE_NUMBER: ${{ inputs.issue_number }}

- name: Control instance
uses: ./.github/actions/control-instance
with:
Expand Down
11 changes: 0 additions & 11 deletions .github/workflows/update-issue-from-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Add comment
run: |
gh issue comment $ISSUE_NUMBER \
-b "Command <tt>${COMMAND_NAME}</tt> issued by **update-issue-from-workflow.yml** workflow. \
See details [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }})."
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
ISSUE_NUMBER: ${{ inputs.issue_number }}
COMMAND_NAME: ${{ inputs.command_name }}

- name: Update issue
uses: ./.github/actions/update-issue-description
with:
Expand Down

0 comments on commit 1b68a19

Please sign in to comment.