Skip to content

Commit

Permalink
test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Soto committed Nov 29, 2023
1 parent 2d7afc5 commit 0296dfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
status: failure
author_name: Publish to dev
fields: job
text: 'Publish failed :sadpanda:'
text: 'Publish failed :sadpanda: \n${{ github.event.pull_request.html_url || github.event.head_commit.url }}'
username: 'Terra Scientific Pipelines Service Action'

report-to-sherlock:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
import org.springframework.boot.context.properties.ConfigurationProperties;

@ConfigurationProperties(prefix = "sam")
public record SamConfiguration(String baseUri) {}
public record SamConfiguration(String baseUri) {}

0 comments on commit 0296dfc

Please sign in to comment.