Skip to content

Commit

Permalink
Update send-message-to-teams.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tshanep committed Feb 8, 2024
1 parent 0e759df commit 4698d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/send-message-to-teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- name: Post Adaptive Card to Microsoft Teams
run: |
$sas="https://poweraccelerators.blob.core.windows.net/accelerators/simplefile.txt?se=2025-02-06T21%3A55%3A41Z&sp=r&sv=2022-11-02&sr=b&sig=Yty8wka7nF5rqUnGjqFsPaaPRzryZ7DTmGtutqS2hY0%3D"
$sas="https://poweraccelerators.blob.core.windows.net/accelerators/simplefile.txt?se=2025-02-06T21%3A55%3A41Z&sp=r&sv=2022-11-02&sr=b&big=Yty8wka7nF5rqUnGjqFsPaaPRzryZ7DTmGtutqS2hY0%3D"
$sasTrimmed = $sas.Substring(8)
$body = @{
Expand Down

0 comments on commit 4698d14

Please sign in to comment.