Skip to content

Commit

Permalink
Create foo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yorifuji committed Jun 19, 2024
1 parent 4fcfc31 commit c1d3170
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/foo.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: environment input test

run-name: ${{ github.event.inputs.environment }}

on:
workflow_dispatch:
inputs:
environment:
type: environment

jobs:
show-input:
runs-on: ubuntu-latest
environment: ${{ github.event.inputs.environment }}
steps:
- name: show token
run: |
echo ${{ vars.TOKEN }}

0 comments on commit c1d3170

Please sign in to comment.