惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

T
Tenable Blog
博客园_首页
Vercel News
Vercel News
WordPress大学
WordPress大学
美团技术团队
G
Google Developers Blog
大猫的无限游戏
大猫的无限游戏
小众软件
小众软件
Y
Y Combinator Blog
博客园 - 【当耐特】
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
The Cloudflare Blog
T
The Blog of Author Tim Ferriss
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
腾讯CDC
M
MIT News - Artificial intelligence
爱范儿
爱范儿
Recent Announcements
Recent Announcements
雷峰网
雷峰网
Last Week in AI
Last Week in AI
宝玉的分享
宝玉的分享
The Register - Security
The Register - Security
Jina AI
Jina AI
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Hugging Face - Blog
Hugging Face - Blog
P
Privacy & Cybersecurity Law Blog
Recorded Future
Recorded Future
Help Net Security
Help Net Security
N
News and Events Feed by Topic
博客园 - Franky
P
Proofpoint News Feed
L
LINUX DO - 热门话题
S
SegmentFault 最新的问题
The GitHub Blog
The GitHub Blog
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
D
Docker
Google DeepMind News
Google DeepMind News
有赞技术团队
有赞技术团队
IT之家
IT之家
Security Latest
Security Latest
L
LangChain Blog
V
V2EX
阮一峰的网络日志
阮一峰的网络日志
J
Java Code Geeks

Recent Commits to manifest-app-info:main

Editorial: clarify how to deal with missing `platform` and `form_fact… · w3c/manifest-app-info@08b3478 Update index.html (#64) Editorial: remove broken iTunes link · w3c/manifest-app-info@3a1f37f chore(action.yml): use NOTE status chore(action.yml): fix a few more props · w3c/manifest-app-info@b095ad8 Add form_factor field to screenshot member · w3c/manifest-app-info@018e021 Update index.html Update index.html · w3c/manifest-app-info@459a014 Merge branch 'main' into form_factor Update index.html · w3c/manifest-app-info@477ca61 Fix iPadOS label (#56) · w3c/manifest-app-info@99162c2 update wording · w3c/manifest-app-info@9fe81e1 format Add form_factor to screenshot · w3c/manifest-app-info@1b6edfc Updating categories Chore: Exporting definitions & updating the action (#50) Merge pull request #49 from christianliebel/remove-windows10x · w3c/manifest-app-info@9ba2b61 Remove `windows10x` platform · w3c/manifest-app-info@47bd9e0 Merge pull request #43 from jcayzac/fix/contributing-typo · w3c/manifest-app-info@610d0fe
chore(action.yml): fixup pub workflow · w3c/manifest-app-info@6cf1a27
marcoscacere · 2022-10-25 · via Recent Commits to manifest-app-info:main
Original file line numberDiff line numberDiff line change

@@ -14,10 +14,9 @@ jobs:

1414

- uses: actions/checkout@v2

1515

- uses: w3c/spec-prod@v2 # use the action

1616

with:

17-

ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}

18-

ECHIDNA_MANIFEST_URL: "https://w3c.github.io/manifest-app-info/ECHIDNA"

17+

W3C_ECHIDNA_TOKEN: ${{ secrets.ECHIDNA_TOKEN }}

1918

# Please use the URL that's appropriate for your working group!

20-

WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"

21-

CC: "${{ secrets.ECHIDNA_TOKEN }}"

19+

W3C_WG_DECISION_URL: "https://lists.w3.org/Archives/Public/public-webapps/2014JulSep/0627.html"

20+

W3C_NOTIFICATIONS_CC: "${{ secrets.CC }}"

2221

CHECK_LINKS: true # Validate links and cross references; default: true

2322

VALIDATE_MARKUP: true # Validate HTML markup; default: true