Skip to content

Commit

Permalink
Fix inconsistent versioning in deployment image. (#139)
Browse files Browse the repository at this point in the history
* Update fingerprinter to a version that includes the expected utility script.

* [Bot] Update version to 2.2.1

* Try to use the head.ref and update the branch being used by the in-progress workflow.

Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
Thomas Thorogood and github-actions[bot] authored Jul 19, 2022
1 parent 8f8f38c commit a7ace68
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 818 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
APP_VERSION: ${{ needs.update-pr-branch-version.outputs.new-version }}
steps:
- uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.ref }}

- uses: abatilo/[email protected]

Expand Down
Loading

0 comments on commit a7ace68

Please sign in to comment.