Skip to content

feat: add platform as input for action #34

feat: add platform as input for action

feat: add platform as input for action #34

Workflow file for this run

name: Continuous Integration
on:
pull_request:
branches:
- main
push:
branches:
- main
permissions:
contents: read
jobs:
test-action:
name: GitHub Actions Test
runs-on: ubuntu-latest
steps:
- name: Checkout
id: checkout
uses: actions/checkout@v4
- name: Test Local Action
id: test-action
uses: ./
with:
build-url: "https://github.com/empirical-run/dispatch-action"
platform: android