We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de5a7d commit 2120e69Copy full SHA for 2120e69
.github/workflows/callable-flex-update.yml
@@ -47,5 +47,7 @@ jobs:
47
git rm -q *.json
48
mv .github/flex-endpoint/*.json .
49
git add *.json
50
+ cp -a .github/flex-endpoint/archived .
51
+ git add archived/
52
git commit -m 'Update Flex endpoint' || true
53
git push origin -f flex/main
0 commit comments