Actualiser action.yaml
This commit is contained in:
@@ -31,7 +31,7 @@ runs:
|
|||||||
if: ${{ inputs.debug == true }}
|
if: ${{ inputs.debug == true }}
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
source ./bashlib.sh
|
source "${{ github.action_path }}/bashlib.sh"
|
||||||
export DEBUG="ON"
|
export DEBUG="ON"
|
||||||
echo "DEBUG=ON" >> $GITEA_ENV
|
echo "DEBUG=ON" >> $GITEA_ENV
|
||||||
debug Debug switch on
|
debug Debug switch on
|
||||||
|
|||||||
Reference in New Issue
Block a user