Skip to content

Commit

Permalink
Merge pull request #47 from Senzing/46.dockter.1
Browse files Browse the repository at this point in the history
#46 Update staging URL
  • Loading branch information
docktermj authored Oct 5, 2023
2 parents 3517098 + 38c227d commit c4da950
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

-

## [1.2.3] - 2023-10-03

### Changed in 1.2.3

- Updated `apt` staging URL to `https://senzing-staging-apt.s3.amazonaws.com/senzingstagingrepo_1.0.1-1_all.deb`

## [1.2.2] - 2023-09-27

### Changed in 1.2.2
Expand Down
2 changes: 1 addition & 1 deletion linux/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
- if: inputs.senzingapi-version == 'staging'
name: Download Senzing staging repository metadata
shell: bash
run: wget -qO /tmp/senzingrepo.deb https://senzing-staging-apt.s3.amazonaws.com/senzingstagingrepo_1.0.0-1_amd64.deb
run: wget -qO /tmp/senzingrepo.deb https://senzing-staging-apt.s3.amazonaws.com/senzingstagingrepo_1.0.1-1_all.deb

- if: inputs.senzingapi-version != 'staging'
name: Download Senzing repository metadata
Expand Down

0 comments on commit c4da950

Please sign in to comment.