Skip to content

Create NUS Entra ID claim extractor #372

Create NUS Entra ID claim extractor

Create NUS Entra ID claim extractor #372

Triggered via push February 19, 2026 11:13
Status Success
Total duration 1m 57s
Artifacts

cd.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 warnings
Build release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build release
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build release
config/releases.exs is deprecated, use config/runtime.exs or set :runtime_config_path in your release configuration instead
Build release
router paths should begin with a forward slash, got: ""
Build release
Range.new/2 and first..last default to a step of -1 when last < first. Use Range.new(first, last, -1) or first..last//-1, or pass 1 if that was your intention
Build release
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it