Created
May 2, 2022 17:25
-
-
Save garrytrinder/4512b846e198d8ffaa7547e26f371906 to your computer and use it in GitHub Desktop.
Test workflow for CLI for Microsoft 365 Login Action
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: [workflow_dispatch] | |
jobs: | |
cli_login_job: | |
runs-on: ubuntu-latest | |
name: CLI Login Job | |
steps: | |
- name: Checkout | |
uses: actions/checkout@v3 | |
- name: CLI for Microsoft 365 Login | |
uses: ./ | |
id: login | |
with: | |
ADMIN_USERNAME: ${{ secrets.ADMIN_USERNAME }} | |
ADMIN_PASSWORD: ${{ secrets.ADMIN_PASSWORD }} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment