Skip to content

Modify to change the display message based on whether the search text is empty or not #459

Modify to change the display message based on whether the search text is empty or not

Modify to change the display message based on whether the search text is empty or not #459

Workflow file for this run

name: drop-staging
on:
pull_request:
types: [closed]
# Disable all permissions. We have to enable required permissions at job-level.
permissions: {}
jobs:
drop-stage:
name: "Drop from staging"
runs-on: ubuntu-latest
permissions:
contents: read # for checkout
steps:
- uses: actions/[email protected]
with:
repository: droidkaigi/conference-app-2024
ref: gh-actions
path: gh-actions
- uses: ./gh-actions/actions/destroy-distribution-by-name
with:
api-token: ${{ secrets.DEPLOYGATE_API_TOKEN }}
app-owner-name: droidkaigi
platform: android
app-id: io.github.droidkaigi.confsched2024.dev
distribution-name: ${{ format('debug/refs/pull/{0}/head', github.event.pull_request.number) }}