Skip to content

Commit 9a66ddf

Browse files
authored
Update main_py_to_bitly.yml
1 parent bfd7607 commit 9a66ddf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
name: CI
2-
32
on:
43
push:
54
branches: [ master ]
65
paths: [ 'main.py' ]
7-
86
jobs:
97
job1:
108
runs-on: ubuntu-latest
@@ -13,12 +11,10 @@
1311
steps:
1412
- id: step1
1513
run: path_of_main_py=`git diff --name-only HEAD~1 HEAD | grep '/main.py'`
16-
1714
job2:
1815
needs: job1
1916
runs-on: ubuntu-latest
2017
steps:
2118
- env:
2219
output1: ${{needs.job1.outputs.output1}}
2320
- run: echo "$output1"
24-

0 commit comments

Comments
 (0)