Skip to content

Commit

Permalink
Update and rename blank.yml to deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
markgar authored Dec 1, 2024
1 parent 514236b commit e872d88
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/blank.yml → .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,9 @@ jobs:
- uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: Run a one-line script
- name: Run the deploy script
shell: pwsh
run: |
Install-Module FabricPS -Force
Import-Module FabricPS -Force
# Runs a set of commands using the runners shell
- name: Run a multi-line script
run: |
echo Add other actions to build,
echo test, and deploy your project.

0 comments on commit e872d88

Please sign in to comment.