Browse Source

fix: bump git change action version

feature/transaction-signing-release-2
Thomas Osmonson 4 years ago
parent
commit
6dd7ac5951
  1. 2
      .github/workflows/deploy-prs.yml

2
.github/workflows/deploy-prs.yml

@ -17,7 +17,7 @@ jobs:
alias-domains: pr-{{ PR_NUMBER }}.docs.stacks.engineering alias-domains: pr-{{ PR_NUMBER }}.docs.stacks.engineering
- id: file_changes - id: file_changes
name: Check diff of PR name: Check diff of PR
uses: trilom/file-changes-action@v1.2.3 uses: trilom/file-changes-action@v1.2.4
with: with:
prNumber: ${{ github.event.pull_request.number }} prNumber: ${{ github.event.pull_request.number }}
- name: Comment on PR - name: Comment on PR

Loading…
Cancel
Save