fix: add exit code to APT_PACKAGES
This commit is contained in:
@@ -159,6 +159,8 @@ runs:
|
||||
sudo apt-get update >> $LOG_FILE 2>&1
|
||||
sudo apt-get install -y ${{ inputs.APT_PACKAGES }} >> $LOG_FILE 2>&1
|
||||
|
||||
echo "Exit Code: 0" >> $LOG_FILE
|
||||
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user