Use folded style to make arguments easier to read
This commit is contained in:
parent
ad67a1b744
commit
0f78174d78
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release_actions.yml
vendored
7
.github/workflows/release_actions.yml
vendored
|
@ -31,4 +31,9 @@ jobs:
|
||||||
architecture: "x64"
|
architecture: "x64"
|
||||||
cache: "pip"
|
cache: "pip"
|
||||||
- run: pip install -r script/mixpanel_release/requirements.txt
|
- run: pip install -r script/mixpanel_release/requirements.txt
|
||||||
- run: python script/mixpanel_release/main.py ${{ github.event.release.tag_name }} ${{ secrets.MIXPANEL_PROJECT_ID }} ${{ secrets.MIXPANEL_SERVICE_ACCOUNT_USERNAME }} ${{ secrets.MIXPANEL_SERVICE_ACCOUNT_SECRET }}
|
- run: >
|
||||||
|
python script/mixpanel_release/main.py
|
||||||
|
${{ github.event.release.tag_name }}
|
||||||
|
${{ secrets.MIXPANEL_PROJECT_ID }}
|
||||||
|
${{ secrets.MIXPANEL_SERVICE_ACCOUNT_USERNAME }}
|
||||||
|
${{ secrets.MIXPANEL_SERVICE_ACCOUNT_SECRET }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue