Skip to content

Commit

Permalink
chore: fix comment pr message (#770)
Browse files Browse the repository at this point in the history
* chore: fix pr comment message

* chore: remove unsued file
  • Loading branch information
moroine authored Oct 30, 2023
1 parent a5560fa commit 0c4c556
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 47 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy_preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
message: |
### :rocket: Prévisualisation
Deploying a new preview, follow progress in ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}
Deploying a new preview, follow progress in ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}
comment_tag: deployment
mode: recreate
pr_number: ${{ github.event.issue.number }}
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
### :rocket: Prévisualisation
https://${{ github.event.issue.number }}.labonnealternance-preview.apprentissage.beta.gouv.fr/
You can access runner logs in ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}
You can access runner logs in ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}
To re-deploy just add a comment with :rocket:
comment_tag: deployment
Expand All @@ -130,7 +130,7 @@ jobs:
https://${{ github.event.issue.number }}.labonnealternance-preview.apprentissage.beta.gouv.fr/
You can get error logs using `.bin/mna-lba deploy:log:decrypt ${{ github.run_id }}`
You can access runner logs in ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}
You can access runner logs in ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}
To re-deploy just add a comment with :rocket:
comment_tag: deployment
Expand All @@ -146,7 +146,7 @@ jobs:
https://${{ github.event.issue.number }}.labonnealternance-preview.apprentissage.beta.gouv.fr/
You can access runner logs in ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}/actions/runs/${{ env.GITHUB_RUN_ID }}
You can access runner logs in ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}
To re-deploy just add a comment with :rocket:
comment_tag: deployment
Expand Down
43 changes: 0 additions & 43 deletions server/__.eslintrc

This file was deleted.

0 comments on commit 0c4c556

Please sign in to comment.