mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-23 23:39:28 +08:00
Use @actions/core.exportVariable instead of set-env (#19)
* fix: use @actions/core.exportVariable instead of set-env `set-env` is now deprecated. `@actions/core` exposes `exportVariable` to be used instead. https://github.com/actions/toolkit/tree/main/packages/core#exporting-variables * chore: bump @actions/core to v1.2.6
This commit is contained in:
committed by
GitHub
parent
3aa19be838
commit
2f6bfda1e2
+1
@@ -0,0 +1 @@
|
||||
export declare function issueCommand(command: string, message: any): void;
|
||||
Reference in New Issue
Block a user