File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,21 +11,10 @@ runs:
1111 using : ' composite'
1212 steps :
1313
14- - name : Checkout main repository on which action will run
15- uses : actions/checkout@v3
16- with :
17- fetch-depth : 0
18-
19- - name : Checkout action repository
20- uses : actions/checkout@v3
21- with :
22- repository : sayyid5416/major-tags
23- path : major-tags
24-
2514 - name : Data collection & Checks
2615 id : data
2716 shell : bash
28- run : python "major-tags /src/script.py"
17+ run : python "${{ github.action_path }} /src/script.py"
2918
3019 - name : Show tags
3120 shell : bash
3423 echo "- Current version tag: ${{ steps.data.outputs.REF_NAME }}"
3524 echo "- Major version tag: ${{ steps.data.outputs.MAJOR_VER }}"
3625
26+ - name : Checkout main repository on which action will run
27+ uses : actions/checkout@v3
28+ with :
29+ fetch-depth : 0
30+
3731 - name : Update the ${{ steps.data.outputs.MAJOR_VER }} tag
3832 id : update
3933 shell : bash
You can’t perform that action at this time.
0 commit comments