File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Test
22on :
3+ push :
4+ branches :
5+ - main
36 pull_request :
47jobs :
58 test :
Original file line number Diff line number Diff line change 3131 echo '</Directory>' | sudo tee -a /etc/apache2/sites-available/sut.conf
3232 echo '' | sudo tee -a /etc/apache2/sites-available/sut.conf
3333 echo "<VirtualHost *:${{ inputs.http-port }}>" | sudo tee -a /etc/apache2/sites-available/sut.conf
34- echo ' ServerAdmin webmaster @localhost' | sudo tee -a /etc/apache2/sites-available/sut.conf
34+ echo ' ServerAdmin admin @localhost' | sudo tee -a /etc/apache2/sites-available/sut.conf
3535 echo " DocumentRoot ${{ inputs.site-directory }}" | sudo tee -a /etc/apache2/sites-available/sut.conf
3636 echo ' ErrorLog ${APACHE_LOG_DIR}/error.log' | sudo tee -a /etc/apache2/sites-available/sut.conf
3737 echo ' CustomLog ${APACHE_LOG_DIR}/access.log combined' | sudo tee -a /etc/apache2/sites-available/sut.conf
You can’t perform that action at this time.
0 commit comments