Skip to content

Commit 052b370

Browse files
committed
test
1 parent f8c6d5a commit 052b370

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/base_ref.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Not Your Bash
2+
3+
on:
4+
workflow_dispatch:
5+
6+
jobs:
7+
job1:
8+
runs-on: ubuntu-latest
9+
env:
10+
CUSTOMER: "customer1"
11+
ENVIRONMENT: "dev"
12+
steps:
13+
- uses: actions/checkout@v4
14+
- run: |
15+
echo ${{ github.base_ref }}

0 commit comments

Comments
 (0)