From 574a1c20ef6e15f98bc0af60a1e1acab49097e00 Mon Sep 17 00:00:00 2001 From: Jack Bracewell Date: Thu, 6 Jan 2022 13:46:44 +0000 Subject: [PATCH] Pin version of comment-on-pr The builds started failing with a weird error coming from this package when it tries to comment that a review app has been deployed. Attempt to go back to the previous version rather than master --- .github/workflows/review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index aabf1bb198..392145eff8 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -107,7 +107,7 @@ jobs: terraform apply -input=false -auto-approve -var-file ../workspace-variables/review.tfvars -var='secret_paas_app_env_values={"RAILS_MASTER_KEY":"${{secrets.RAILS_MASTER_KEY_DEV}}"}' -var='environment=${{env.ENVIRONMENT}}' -var 'logstash_url=${{secrets.SYSLOG_DRAIN_URL}}' -var 'docker_username=${{ secrets.DOCKER_USERNAME }}' -var 'docker_password=${{ secrets.DOCKER_DEV_PASSWORD }}' - name: comment on PR - uses: unsplash/comment-on-pr@master + uses: unsplash/comment-on-pr@v1.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: @@ -170,7 +170,7 @@ jobs: run: bundle exec rspec spec/smoke_tests/*_spec.rb --tag smoke_test - name: comment on PR - uses: unsplash/comment-on-pr@master + uses: unsplash/comment-on-pr@v1.3.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: