Skip to content

Commit

Permalink
Merge 682c509 into ae2f6a8
Browse files Browse the repository at this point in the history
  • Loading branch information
Mogyuchi authored Sep 17, 2023
2 parents ae2f6a8 + 682c509 commit 513a715
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions .github/workflows/do-not-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,39 +10,6 @@ permissions:
pull-requests: read

jobs:
debug:
name: Debug
runs-on: ubuntu-latest
defaults:
run:
shell: bash -xe {0}
steps:
- run: echo ${{ github.event.commits[0].url }} >> $GITHUB_STEP_SUMMARY
- run: |
echo "GITHUB_EVENT_PATH
\`\`\`json
`cat $GITHUB_EVENT_PATH`
\`\`\`" >> $GITHUB_STEP_SUMMARY
- run: |
echo "gh
\`\`\`console
`gh --version`
\`\`\`" >> $GITHUB_STEP_SUMMARY
- run: |
echo "docker
\`\`\`console
`docker --version`
\`\`\`" >> $GITHUB_STEP_SUMMARY
- run: |
echo "docker-compose
\`\`\`console
`docker-compose --version`
\`\`\`" >> $GITHUB_STEP_SUMMARY
- run: |
echo 'github context
```json
${{ toJSON(github) }}
```' >> $GITHUB_STEP_SUMMARY
do-not-merge:
name: '!!!'
if: github.event.label.name == 'do NOT merge!!!'
Expand Down

0 comments on commit 513a715

Please sign in to comment.