Skip to content

Commit d0aca87

Browse files
authored
Merge branch 'pnp:main' into contribute
2 parents 6ab14b1 + 3631160 commit d0aca87

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.github/workflows/validate-sample.yml

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Sample validation
2+
3+
on:
4+
pull_request_target:
5+
branches:
6+
- "main"
7+
8+
jobs:
9+
validate:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- name: Validate
13+
uses: pnp/pnp-sample-validation@main
14+
with:
15+
gh-token: ${{ secrets.GITHUB_TOKEN }}

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Power Automate Samples
22

3+
> [!IMPORTANT]
4+
> 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)
35
46
This repository contains community samples that demonstrate different usage patterns for Power Automate.
57

0 commit comments

Comments
 (0)