-
Notifications
You must be signed in to change notification settings - Fork 166
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
93b26a6
commit a9ac89c
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ Easy-to-use GitHub Action to use [Wrangler](https://developers.cloudflare.com/wo | |
|
||
- Wrangler v1 is no longer supported. | ||
- Global API key & Email Auth no longer supported | ||
- Action version syntax is newly supported. This means e.g. `uses: cloudflare/wrangler-action@v3` and `uses: cloudflare/[email protected]` are both now valid syntax. Previously supported syntax e.g. `uses: cloudflare/[email protected]` continues to be supported. | ||
- Action version syntax is newly supported. This means e.g. `uses: cloudflare/wrangler-action@v3`, `uses: cloudflare/[email protected]`, `uses: cloudflare/[email protected].x` and are both now valid syntax. Previously supported syntax e.g. `uses: cloudflare/[email protected]` will no longer be supported, the prefix `v` will be necessary. | ||
|
||
[Refer to Changelog for more information](CHANGELOG.md). | ||
|
||
|