Gestion des badges générés par Github Actions
This is explained in the Github Actions docs, but is not explicitly clear : https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter
It is explained in this issue : github/docs#21529
Here is my example :
runs:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CumulusCI version: 3.69.0 | |
Python version: 3.10.2 (/Users/rupert/.local/pipx/venvs/cumulusci/bin/python) | |
Environment Info: Darwin / x86_64 | |
Last Command Run | |
================================ | |
/Users/rupert/.local/bin/cci task run push_qa --orgs orgs/qa_orgs.txt --org devhub --metadata_package_id 0337S000000PXXXXXX --debug | |
[11/23/22 20:14:07] DEBUG Added rich.logging.RichHandler to logger: urllib3 ]8;id=90308;file:///Users/rupert/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/cli/logger.py\logger.py]8;;\:]8;id=255804;file:///Users/rupert/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/cumulusci/cli/logger.py#53\53]8;;\ | |
[11/23/22 20:14:08] DEBUG Starting new HTTPS connection (1): xxx.my.salesforce.com:443 ]8;id=785739;file:///Users/rupert/.local/pipx/venvs/cumulusci/lib/python3.10/site-packages/urllib3/connectionpool.py\connectionpool.py]8;;\:]8;id=716435;file:///Users/rupert/.local/pipx/venvs/cumulusci/lib/python3.10/s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#chart text { | |
fill: white; | |
font: 10px Helvetica; | |
text-anchor: end; | |
} | |
line { | |
/*stroke: black;*/ | |
} | |
line:first-child.notify, | |
line:first-child.precheck, |
Type the following commands to uninstall the current version (taken from here):
sudo rm -rf /usr/local/sfdx
sudo rm -rf /usr/local/lib/sfdx
sudo rm -rf /usr/local/bin/sfdx
sudo rm -rf ~/.local/share/sfdx ~/.config/sfdx ~/.cache/sfdx
sudo rm -rf ~/Library/Caches/sfdx
Also,