Skip to content

Commit

Permalink
Merge branch 'pnp:main' into contribute
Browse files Browse the repository at this point in the history
  • Loading branch information
dgirase authored Oct 7, 2024
2 parents 6ab14b1 + 3631160 commit d0aca87
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/validate-sample.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Sample validation

on:
pull_request_target:
branches:
- "main"

jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Validate
uses: pnp/pnp-sample-validation@main
with:
gh-token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Power Automate Samples

> [!IMPORTANT]
> We are currently in the process to move all the samples from product-specific repositories like this repository to one repository for all Power Platform Samples. Please create Pull Requests (PRs) in that [repository](https://github.com/pnp/powerplatform-samples)
This repository contains community samples that demonstrate different usage patterns for Power Automate.

Expand Down

0 comments on commit d0aca87

Please sign in to comment.