Skip to content

Commit

Permalink
v3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoelhor committed Aug 25, 2021
1 parent d8cc579 commit b207f2c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ jobs:
build-and-deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v2

- name: 'Upload TrustFrameworkBase Policy'
uses: azure-ad-b2c/deploy-trustframework-policy@v2
uses: azure-ad-b2c/deploy-trustframework-policy@v3
with:
folder: "./Policies"
files: "TrustFrameworkBase.xml,TrustFrameworkExtensions.xml,SignUpOrSignin.xml"
Expand Down

0 comments on commit b207f2c

Please sign in to comment.