|
|
@ -2,12 +2,6 @@ name: remix-publish-action |
|
|
|
on: |
|
|
|
on: |
|
|
|
pull_request: |
|
|
|
pull_request: |
|
|
|
types: [ labeled ] |
|
|
|
types: [ labeled ] |
|
|
|
description: Publish Remix IDE |
|
|
|
|
|
|
|
inputs: |
|
|
|
|
|
|
|
token: |
|
|
|
|
|
|
|
description: 'GitHub auth token' |
|
|
|
|
|
|
|
default: ${{ github.token }} |
|
|
|
|
|
|
|
author: yann@ethereum.org |
|
|
|
|
|
|
|
jobs: |
|
|
|
jobs: |
|
|
|
build: |
|
|
|
build: |
|
|
|
if: ${{ github.event.label.name == 'publish' }} |
|
|
|
if: ${{ github.event.label.name == 'publish' }} |
|
|
|