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 d517703 commit f663e28Copy full SHA for f663e28
.github/workflows/oca-slack-pr-created.yaml
@@ -14,10 +14,10 @@ jobs:
14
runs-on: ubuntu-latest
15
16
steps:
17
- - name: Get event payload
18
- shell: pwsh
19
- run: |
20
- Write-Host '${{ toJSON(github.event) }}'
+ # - name: Get event payload
+ # shell: pwsh
+ # run: |
+ # Write-Host '${{ toJSON(github.event) }}'
21
22
- name: Get checkpoints
23
id: checkpoint
.github/workflows/oca-slack-pr-updated.yaml
0 commit comments