diff --git a/.gitea/workflows/act.yaml b/.gitea/workflows/act.yaml index e932c41..faeb971 100644 --- a/.gitea/workflows/act.yaml +++ b/.gitea/workflows/act.yaml @@ -28,7 +28,7 @@ jobs: run: | cd /usr/share/ansible-repo/ git pull - echo "eval \"source sourceme.sh\"" >> $GITHUB_ENV + echo "source sourceme.sh" >> $GITHUB_ENV source $GITHUB_ENV python3 --version shell: bash