chore: remove pr template #273
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: multiline inputs | |
on: | |
workflow_dispatch: | |
push: | |
branches: ["main"] | |
pull_request: | |
branches: ["main"] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
timeout-minutes: 3 | |
steps: | |
- uses: actions/checkout@v4 | |
- name: multiline strings | |
uses: ./.github/actions/multiline-inputs | |
with: | |
multiline-string: | | |
first line | |
second line | |
third line | |
- name: singleline strings | |
uses: ./.github/actions/multiline-inputs | |
with: | |
multiline-string: single line |