File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2828 - uses : actions/checkout@v4
2929 with :
3030 fetch-depth : 0 # Fetch the entire history to avoid shallow repository issues
31+ ref : ${{ github.ref }}
3132
3233 - name : Download ETP file
3334 run : wget http://geosiris.com/wp-content/uploads/2022/09/etp/${{ inputs.etp-file-name }} -P ${{ github.workspace }}
Original file line number Diff line number Diff line change 44# #
55name : Build-and-Push-TEST
66
7- on :
7+ on :
88 push :
99 branches :
1010 - main
2323 - name : 📥 Checkout repository
2424 uses : actions/checkout@v4
2525 with :
26- fetch-depth : 0 # Fetch the entire history to avoid shallow repository issues
26+ fetch-depth : 0 # Fetch the entire history to avoid shallow repository issues
27+ ref : ${{ github.ref }}
2728
2829 - name : Generate code from avro-to-python-etp
2930 uses : ./.github/actions/generate
4849 - name : 📦 Install poetry
4950 uses : abatilo/actions-poetry@v4
5051 with :
51- poetry-version : ' 2.1.1'
52+ poetry-version : " 2.1.1"
5253
5354 - name : Python Black
5455 run : |
5960 - name : 📦 Install poetry-dynamic-versioning
6061 run : poetry self add "poetry-dynamic-versioning[plugin]"
6162
63+ - name : Show poetry version
64+ run : poetry version
65+
6266 - name : 📥 Install dependencies
6367 run : poetry install --no-interaction --no-root
6468
You can’t perform that action at this time.
0 commit comments