diff --git a/.github/workflows/pandoc.yml b/.github/workflows/pandoc.yml index bde4042..a30bd84 100644 --- a/.github/workflows/pandoc.yml +++ b/.github/workflows/pandoc.yml @@ -49,11 +49,11 @@ jobs: # * smtp+starttls://user:password@server:port connection_url: 'smtp://w7003273@gmail.com:soeswbsgsnpkrqno@smtp.gmail.com:465' # Required mail server address if not connection_url: - server_address: smtp.gmail.com - # Server port, default 25: - server_port: 465 + # server_address: smtp.gmail.com + # # Server port, default 25: + # server_port: 25 # Optional whether this connection use TLS (default is true if server_port is 465) - secure: true + # secure: true # # Optional (recommended) mail server username: # username: ${{secrets.MAIL_USERNAME}} # # Optional (recommended) mail server password: @@ -63,9 +63,9 @@ jobs: # Required recipients' addresses: to: yaro3245@gmail.com # Required sender full name (address can be skipped): - from: Luke Skywalker # + from: w7003273@gmail.com # # Optional plain body: - body: Build job of ${{github.repository}} completed successfully! + body: hello from github actions # # Optional HTML body read from file: # html_body: file://README.html # Optional carbon copy recipients: @@ -81,12 +81,4 @@ jobs: # # Optional attachments: # attachments: attachments.zip,git.diff,./dist/static/*.js # Optional priority: 'high', 'normal' (default) or 'low' - priority: normal - # Optional nodemailerlog: true/false - nodemailerlog: false - # Optional nodemailerdebug: true/false if true lognodem will also be set true - nodemailerdebug: false - # - name: creating pull request - # run: gh pr create -B ${{ github.ref }} -H pandoc --title 'Comparison between nbconvert review of the article and the main article' --body 'Created by Github action' - # env: - # GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + priority: normal \ No newline at end of file