- From: Michael[tm] Smith <notifications@github.com>
- Date: Mon, 19 Apr 2021 01:49:29 -0700
- To: w3c/FileAPI <FileAPI@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 19 April 2021 08:49:42 UTC
@sideshowbarker requested changes on this pull request.
With the suggested commit applied, this should work as-is
> @@ -0,0 +1,16 @@
+name: CI
+on:
+ pull_request: {}
+ push:
+ branches: [main]
+
+jobs:
+ main:
+ name: Build, Validate and Deploy
+ runs-on: ubuntu-20.04
+ steps:
+ - uses: actions/checkout@v2
+ - uses: sidvishnoi/spec-prod@v1
```suggestion
- uses: w3c/spec-prod@v2
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/FileAPI/pull/160#pullrequestreview-638613920
Received on Monday, 19 April 2021 08:49:42 UTC