並び順

ブックマーク数

期間指定

  • から
  • まで

441 - 480 件 / 1788件

新着順 人気順

actionsの検索結果441 - 480 件 / 1788件

  • 80 Useful Photoshop Actions For Photo Enhancements

      80 Useful Photoshop Actions For Photo Enhancements
    • GitHub Actions から Google Cloud を使う際の gcloud バージョンを固定することにした - stefafafan の fa は3つです

      弊チームではGitHub ActionsからGoogle Cloud Runにアプリケーションをデプロイしてプレビュー環境として利用しています。具体的な構成などについては以下の記事をご参照ください。 developer.hatenastaff.com 先日、内部で使われているGoogle CloudのCLI gcloud のバージョンが上がったことによりこの環境が正常に動かなくなって困った事例があったので、今回これを機にバージョンを固定することにしました。 gcloud のバージョンが上がってどのように壊れたのか 445.0.0 (2023-09-06) から 446.0.0 (2023-09-12) に上がった結果以下の Issue Tracker にあるような挙動の変化がありました。 https://issuetracker.google.com/issues/300221542 弊チ

        GitHub Actions から Google Cloud を使う際の gcloud バージョンを固定することにした - stefafafan の fa は3つです
      • 写真をより魅力的に表現できるPhotoshopアクションまとめ「Best Premium Photoshop Actions」

        TOP  >  Photoshop  >  写真をより魅力的に表現できるPhotoshopアクションまとめ「Best Premium Photoshop Actions」 さまざまな写真加工技術が凝縮されたソフト・Photoshop。しかしいろいろな機能がありすぎるがゆえ、難しい機能を使いこなせていないという方も多いのではないでしょうか?そんな中今回は、取り入れるだけで高度な写真加工を簡単に行うことができるPhotoshopアクションまとめ「Best Premium Photoshop Actions」を紹介したいと思います。 Photography Actions Bundle #1 | GraphicRiver 写真をより魅力的に表現できる、グラフィカルなものに変換できるアクションから、写真の色や雰囲気を変える加工まで、いろんな種類が紹介されています。 詳しくは以下 ModernArt

          写真をより魅力的に表現できるPhotoshopアクションまとめ「Best Premium Photoshop Actions」
        • GitHub Actions: Self-hosted runners now support Apple M1 hardware

          GitHub Actions: Self-hosted runners now support Apple M1 hardware actions August 9, 2022 Actions runner support for Apple silicon hardware, such as the M1 chip, is now generally available. This provides teams with the capability to run self-hosted macOS workflows in a macOS ARM64 runtime. Now the Actions runner supports M1 and the ARM64 runtime meaning developers can run it on their own M1 or M2 h

            GitHub Actions: Self-hosted runners now support Apple M1 hardware
          • IFTTTを使わずActions on Google(Dialogflow)でGoogle Homeから家電を音声操作してみる - Qiita

            IFTTTを使わずActions on Google(Dialogflow)でGoogle Homeから家電を音声操作してみるNode.jsFirebaseGoogleHomeactionsongoogledialogflow はじめに 前回記事(Google Homeに話しかけてWindowsを操作してみる)までで電気、テレビ、PS4、Windowsと家にある家電を大体Google Homeより音声操作できるようにしました。 ただ毎回「OK Google」というウェイクワードが面倒だったり、IFTTT経由だとラグが大きかったりと不満が出てきます。 今回は「Actions on Google(Dialogflow)」を使って音声操作することでそういった不満を解消してみようと思います。 なお当記事では過去記事にて構築していた音声操作環境がベースになっており、IFTTTを使っていた部分のAct

              IFTTTを使わずActions on Google(Dialogflow)でGoogle Homeから家電を音声操作してみる - Qiita
            • Visual Regression Testをサポートするreg-actionsをリリースした

              Visual Regression Test(以下VRT)をやろうと思うと画像をどこに保存するかを検討する必要がでてくるケースがある。 (web アプリケーションのVRTを前提とすると)多くの場合、テキスト形式である*.snapとは異なり、画像取得時のOSやfont、ブラウザのversionなどにより差分がでやすくなってしまう。そのため画像はCIなど環境を極力そろえた状態で取得し、S3などに上げVRT対象の画像を管理するケースがみられる。 今回はこのフロー・管理の簡略化を目指しactionsを作成・リリースした。 成果物 repositoryは以下。yamlに後述するstepを記述すれば使用できる。 セットアップ 最小の記述は以下となる。これで./images以下の画像に対してVRTを行ってくれる。VRTに必要な画像管理はactionsが受け持ち、PRごとにレポートをコメントする。 nam

                Visual Regression Testをサポートするreg-actionsをリリースした
              • GitHub Actionsを開発して公開するまで(Docker編) - Qiita

                はじめに Github Actions便利ですよね.毎月2000分までタダで使えるので,個人プロジェクトはほぼこれでまかなえてしまいます.Docker,もしくはJavaScriptで開発できるので,バックエンドの方もフロントの方も触りやすそうです. すでに公式日本語ドキュメントがあるので,最新情報はこちらを確認してください. 個人的に手順全体の概要があったほうがわかりやすいと思い,この記事を書いています. action.ymlの役割とAction自体を検証するCIの作成方法は役立つと思います. その他の詳細部分も書きましたが,個別のAction実装作業には役立たないので読まなくても大丈夫だと思います. この記事の前提 Dockerを利用して開発する前提です.JavaScriptでの開発は扱いません. Dockerにある程度詳しいことを前提としています. 開発に至った背景 CI上でElast

                  GitHub Actionsを開発して公開するまで(Docker編) - Qiita
                • 打鍵テストをCIで回す:Cypress on GitHub Actions | フューチャー技術ブログ

                  つらい打鍵テストをCIで回して、テスト結果をWebダッシュボードでチーム内に共有しようというお話です。 はじめまして。枇榔(びろう)です。サーバ内の脆弱性を検出して管理するWebサービス、FutureVuls( https://vuls.biz/ )の開発をしています。 100台から数千台といった大規模なサーバ運用をしている方向けの、サーバ内の脆弱性情報管理を楽にするWebサービスです。OSSの脆弱性スキャナVulsに、チーム運用向けの機能(タスク管理・自動トリアージ・他チームへ情報共有・脆弱性情報のリスト管理など)を追加したものになります。 https://vuls.biz/ の右上から新規登録ですぐに使えるので、ぜひお試しください。 マイクロサービスのテストが打鍵になりがち問題さて、そんなFutureVuls。画面側はReact、裏側はいくつものコンテナという構成で動いています。 AW

                    打鍵テストをCIで回す:Cypress on GitHub Actions | フューチャー技術ブログ
                  • 25+ Useful Photoshop Actions For Photo Enhancements - DesignModo

                    25+ Useful Photoshop Actions For Photo Enhancements Graphics • ResourcesAndrian Valeanu • October 27, 2011 • 5 minutes READ Learning Photoshop actions requires a long term commitment as it is such a vast piece of software. Various people are eager to learn this art like a professional. When you look at a superbly edited set of images from a professional photographer, you’ll see that they have had

                      25+ Useful Photoshop Actions For Photo Enhancements - DesignModo
                    • GitHub Actions Cache Server

                      Easily deploy your own GitHub actions cache without needing to change any workflow files! version: '3.9' services: cache-server: image: ghcr.io/falcondev-oss/github-actions-cache-server:latest ports: - '3000:3000' environment: API_BASE_URL: http://localhost:3000 volumes: - cache-data:/app/.data volumes: cache-data:

                      • GitHub、さまざまなワークフローを自動化するツール「GitHub Actions」を発表

                          GitHub、さまざまなワークフローを自動化するツール「GitHub Actions」を発表
                        • Actions on Googleの「GET STARTED - Basics」の日本語訳を作ってみました

                          Actions on Googleの「GET STARTED - Basics」の日本語訳を作ってみました Written on Oct 11, 2017. Posted in actions on google 注: この日本語訳は、翻訳時点での内容が反映されています。そのため、既に古い記載内容となっている可能性があります。必ず最新の情報を Actions on Google Document で確認してください。 Google Homeがついに日本でも発売が開始されました。Google Homeは、Googleアシスタントと声でやりとりすることができるデバイスです。そして、開発者としては、Googleアシスタントに自作のアクションを登録できることに注目すべきですし、その作り方に興味を持つことでしょう。その作り方は、Actions on Googleというサイトにまとめられています。 自

                          • Introducing GitHub Actions | CSS-Tricks

                            It’s a common situation: you create a site and it’s ready to go. It’s all on GitHub. But you’re not really done. You need to set up deployment. You need to set up a process that runs your tests for you and you’re not manually running commands all the time. Ideally, every time you push to master, everything runs for you: the tests, the deployment… all in one place. Previously, there were only few o

                              Introducing GitHub Actions | CSS-Tricks
                            • GitHub - rest-client/rest-client: Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.

                              You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                GitHub - rest-client/rest-client: Simple HTTP and REST client for Ruby, inspired by microframework syntax for specifying actions.
                              • Doing Stupid Stuff with GitHub Actions

                                TL;DR: DevOps doesn’t have to be all work and no play. I built 5 stupid (but fun!) GitHub actions… because why not? The full code for these actions can all be found in this GitHub repo. I encourage you to fork and/or add issues/PRs with impractical actions of your own! I also recorded a video about this project on YouTube. ← Check out the video and subscribe if you are into this sort of thing 🙏 T

                                  Doing Stupid Stuff with GitHub Actions
                                • On Flux Stores and Actions

                                  There’s been a lot of discussion on what Flux is, the different variations, and how the pattern can be improved upon. I’ve even blogged about Flux here on this blog! I’ve been doing a lot of work with React and Flux in the past month. In that time, I learned a lot about architecture, patterns, and community best practices. I want to share some ideas that I’ve been thinking about here. In this post

                                  • 写真をもっと高品質かつイメージアップさせられるフリーPhotoshopアクション「50 Time-Saving and Free Photoshop Actions」

                                    写真をもっと高品質かつイメージアップさせられるフリーPhotoshopアクション「50 Time-Saving and Free Photoshop Actions」 撮影した写真は、デザインで使用する前にPhotoshopなどで加工して使用することが多いと思いますが、なかなか思いどりの仕上がりにならないことも。今回はそんな時に活躍してくれるフリーPhotoshopアクション「50 Time-Saving and Free Photoshop Actions」を紹介したいと思います。 Premium Looks Photoshop Actions by pstutorialsws on DeviantArt 写真をもっと高品質かつイメージアップさせられる魅力的なアクションが紹介されています。気になったものをピックアップしましたので、下記よりご覧ください。 詳しくは以下 5 Skin Ret

                                      写真をもっと高品質かつイメージアップさせられるフリーPhotoshopアクション「50 Time-Saving and Free Photoshop Actions」
                                    • GitHub Actions: API Beta

                                      January 27, 2020 The GitHub Actions API beta is now available. In addition to reading workflow and run data, Actions users can now automate common scenarios like managing secrets or registering runners. Learn more about the GitHub Actions API For questions visit the GitHub Actions community You can now create and share search queries that resolve to the current user by using the @me search syntax.

                                        GitHub Actions: API Beta
                                      • Github Actions+AppiumでiPhone Simulatorを動かす - Qiita

                                        Github Actionsの環境にAppiumをインストールをしてiPhone Simulator上のSafariでブラウザの自動テストを実行する方法を共有します。 Github Actions仮想環境のインストール済みソフトウェア見てたらiPhone Simulatorインストール済みだったので普通にいけるのでは?と思いやってみたらできました。内容としてはAppiumをインストールしてSimulatorの制御とかはそちらに任せる感じです。 参考記事 GitHub Actions で Windows IE11 と Mac Safari を selenium-webdriver で動かす ワークフロー定義 name: iPhone Simulator Test on: [push, pull_request] jobs: build: name: Safari Test runs-on:

                                          Github Actions+AppiumでiPhone Simulatorを動かす - Qiita
                                        • GitHub - actions-ecosystem/action-release-label: 🏷️ GitHub Action to output a semver update level from a pull request release label

                                          You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                            GitHub - actions-ecosystem/action-release-label: 🏷️ GitHub Action to output a semver update level from a pull request release label
                                          • Amplify Hostingのプレビュー環境をGitHub Actionsでデプロイする - ROUTE06 Tech Blog

                                            こんにちは、ROUTE06でソフトウェアエンジニアをしている @MH4GF です。 Amplify Hosting を利用してホスティングしている Web アプリケーションで、プレビュー環境を GitHub Actions でデプロイする方法を紹介します。 背景 Amplify Hosting では、実はプルリクエストベースのプレビューを機能として提供しています。 docs.aws.amazon.com プルリクエストの作成と同時に環境にアクセスする URL が払い出され、Gitのコミットのプッシュと同時に再ビルドし、プルリクエストのマージと共に環境を削除します。 ビルドの進捗状況もプルリクエストの Checks として確認できるため、概ね期待する機能は揃っています。 ただ、運用する上でどうしても気になる点がありました。 モノレポで構築されているリポジトリで、ビルドの発火するディレクトリパ

                                              Amplify Hostingのプレビュー環境をGitHub Actionsでデプロイする - ROUTE06 Tech Blog
                                            • Arm64 on GitHub Actions: Powering faster, more efficient build systems

                                              GitHub is ecstatic to unveil ArmⓇ-based Linux and Windows runners for GitHub Actions are now in Public Beta. This new addition to our suite of hosted runners provides power, performance and sustainability improvements for all your GitHub Actions jobs. Developers can now take advantage of Arm-based hardware hosted by GitHub to build and deploy their release assets anywhere Arm architecture is used.

                                                Arm64 on GitHub Actions: Powering faster, more efficient build systems
                                              • GitHub Actions - Update on OIDC based deployments to AWS

                                                January 13, 2022 While renewing GitHub Actions SSL certificates, an unexpected change in the intermediate certificate authority broke workflows using Open ID Connect (OIDC) based deployment to AWS. To fix the issue please follow the following steps: In the AWS Console, go to IAM -> Identity Providers Open the provider(s) for token.actions.githubusercontent.com Click Manage under Thumbprints Add th

                                                  GitHub Actions - Update on OIDC based deployments to AWS
                                                • circleci-bundle-update-prをGitHub Actionsで動かせるようにした - くりにっき

                                                  投げたPRはこちら github.com 動機 とある事情でCI用途のパーソナルアクセストークンを撲滅したかった件の一環です。 解説 GitHub Actionsはジョブ実行時に自動でアクセストークンをセットしてくれて便利なんですが、API実行の許可は付与されていても git push に対する許可が与えられていませんでした。 具体的には下記がGitHub Actionsだとエラーになります。 https://github.com/masutaka/circleci-bundle-update-pr/blob/v1.16.1/lib/circleci/bundle/update/pr.rb#L104-L111 そこでシステムの git で git commit と git push してる部分をAPIで置き換えた感じです。 circleci-bundle-update-prをGitHub

                                                    circleci-bundle-update-prをGitHub Actionsで動かせるようにした - くりにっき
                                                  • GitHub ActionsでTerraform plan/apply自動化(setup-terraform) - アルパカログ

                                                    GitHub Actionsのワークフロー設定ファイルは、以前はHCL形式でしたが今はYAML形式になっています。 このエントリでは、GitHub Actions(setup-terraform)でTerraform plan/applyを自動化する方法を紹介します。 手っ取り早くworkflowファイルのサンプルだけ欲しいという方は下記をご覧ください。 GitHub - otoyo/github-actions: GitHub Actions samples 前提条件と注意点 クラウドリソースをすでにTerraformで管理している まだという方は下記を参考にTerraform管理にしてください。 既存のAWS環境を後からTerraformでコード化する | Developers.IO tfstateファイルをS3などリモートで管理している ローカルにある人は下記を参考に移行してください

                                                      GitHub ActionsでTerraform plan/apply自動化(setup-terraform) - アルパカログ
                                                    • [レポート]Github ActionsによるAWSの継続的デリバリ #DOP322-S #reinvent | DevelopersIO

                                                      Actionsを作成してみる GitHub Actions Toolkitを使ってみましょう。 actions/toolkit: The GitHub ToolKit for developing GitHub Actions. DEMOアプリケーション Octochat 当セッションのメインでした。 github-developer/octochat-aws git clone git@github.com:github-developer/octochat-aws.git cd octochat-aws mv .env.example .env docker build -t octochat -f Dockerfile.develop . ./script/server.sh http://localhost:49160/ にてアクセスできます。 あるいは、forkした上でブラウザ上

                                                        [レポート]Github ActionsによるAWSの継続的デリバリ #DOP322-S #reinvent | DevelopersIO
                                                      • Github Actions and Go

                                                        TLDR: See cristalhq/.github build workflow and how it can be used cristalhq/jsn Intro I love open source, and also I love Go. So, a few months ago I decided to build the best CI for Go that I could easily reuse across my projects. This post shares the results. Note: Post is based on version v0.5.0 of cristalhq/.github repository. Github Actions You probably know what GitHub Actions are, and becaus

                                                          Github Actions and Go
                                                        • Gain write permission of repositories with a bug in GitHub Actions

                                                          Gain write permission of repositories with a bug in GitHub Actions 2021/04/02 22:28:00 GitHub Actions is a useful feature for the jobs, for example, building, publishing. I found a bug which allows unauthorized users to edit the main branch of the repositories in GitHub. Repositories which enables GitHub Actions are affected but fortunately, the bug exists in a brief window from 2021/02/04 18:42 U

                                                            Gain write permission of repositories with a bug in GitHub Actions
                                                          • Zenn の記事を private/public repository で同期する GitHub Actions

                                                            Zenn における GitHub 連携 Zenn は GitHub 連携して記事管理できる便利な機能があります。 「GitHubリポジトリでZennのコンテンツを管理する」 ただし、同期できるリポジトリは1つのみのため 「有料な本は Private リポジトリにしたい」 「無料の記事は Public リポジトリにしたい(PR 受け付けたい)」 そんな場合にどっちしか取ることができません。 そこで Private リポジトリの無料公開記事を Public リポジトリ同期する GitHub Action を書いたので紹介します。 構成 Zenn と同期するのは Private リポジトリです。 Private リポジトリで執筆します。 Private リポジトリの同期ブランチが更新(push)されると Priate リポジトリで同期アクションが実行されます。 (PR のことも考えて逆方向も対応

                                                              Zenn の記事を private/public repository で同期する GitHub Actions
                                                            • Productivity-Powerhouse: 40 Perfect Photoshop-Actions To Speed Up Your Workflow - noupe

                                                              Productivity-Powerhouse: 40 Perfect Photoshop-Actions To Speed Up Your Workflow Adobe Photoshop offers a very simple option to record a sequence of commands in the form of so-called Actions. These Actions can be stored and distributed. That way we have the possibility to use command-sequences other Photoshop artists developed and execute them on mouse click. Actions can speed up your workflow and

                                                                Productivity-Powerhouse: 40 Perfect Photoshop-Actions To Speed Up Your Workflow - noupe
                                                              • GitHub - actions/create-github-app-token: GitHub Action for creating a GitHub App Installation Access Token

                                                                You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert

                                                                  GitHub - actions/create-github-app-token: GitHub Action for creating a GitHub App Installation Access Token
                                                                • Announcing the GitHub Actions extension for VS Code

                                                                  Open SourceProductAnnouncing the GitHub Actions extension for VS CodeToday, we’re excited to announce the release of the public beta of the official GitHub Actions VS Code extension, which provides support for authoring and editing workflows and helps you manage workflow runs without leaving your IDE. Today, we’re excited to announce the release of the public beta of the official GitHub Actions VS

                                                                    Announcing the GitHub Actions extension for VS Code
                                                                  • GitHub Actions: Composite Run Steps

                                                                    August 7, 2020 You can now create reusable actions using shell scripts and even mix multiple shell languages in the same action. You probably have a lot of shell script to automate many tasks, now you can easily turn them into an action and reuse them for different workflows. Sometimes it’s easier to just write a shell script than JavaScript or Docker. Now you don’t have to worry about wrapping yo

                                                                      GitHub Actions: Composite Run Steps
                                                                    • Dependabot が起動する GitHub Actions Workflow から write 権限が無くなった件

                                                                      Dependabot から送られてくるプルリクエストのテストが最近良くコケるようになったなあと思ったら、 3 月 1 日から GitHub Actions Workflow 内の GITHUB_TOKEN のパーミッションが変更になったそうです。 GitHub Actions: Workflows triggered by Dependabot PRs will run with read-only permissions 更新されたパッケージに secrets を盗み見るような危険なコードが含まれているかもしれません。 そのようなコードでも安全に実行できるよう read-only のパーミッションで実行されるようになりました。 その結果以下のようなワークフローが失敗するようになってしまいました。 プルリクエストにラベルをつけるような、レポジトリに対して write パーミッションが必要な

                                                                      • 10 Photoshop Actions to Create Instagram Style Effects

                                                                        Instagram is one of the most popular apps for the iPhone, allowing users to quickly and easily apply retro style filters to their snapshots to create trendy effects based on authentic photography techniques. You don’t have to limit these effects to your iPhone photos, this post rounds up a collection of high quality Photoshop Actions that will recreate all your favourite vintage and retro styles o

                                                                          10 Photoshop Actions to Create Instagram Style Effects
                                                                        • deno-puppeteerとGitHub ActionsでWEBサイトの外形監視をお手軽に

                                                                          はるか昔に受託で作って運用管理しているWPサイトが最近たびたび落ちるので、deno-puppeteerとGitHub Actionsでお手軽外形監視をやってみました。 🚨 作ったもの 以下のように毎日指定時刻に指定したURLにアクセスして、HTTPレスポンスの確認とスクショの撮影を実行、結果をSlackに通知してくれるツールです。 サイト画像はdummyです もし、200以外のステータスコードが返ってきた場合は、異常とみなしメンション付きで通知してくれます。 異常があった場合にどんな状態だったか・何日前から異常があったのかもSlackチャネルをみればすぐにわかるので便利です。 🛠️ 仕組み・実装 仕組みはとても単純です。 GitHub Actionsで定期実行するdenoのスクリプトで、指定したURLにアクセスして、HTTPレスポンスの確認とスクリーンショットの撮影を行い結果をSlac

                                                                            deno-puppeteerとGitHub ActionsでWEBサイトの外形監視をお手軽に
                                                                          • Github Actionsの使い方メモ - Qiita

                                                                            Github Actions をワークフロー内で使う方法についてすぐに見返すための備忘録 Github Action を作るためのメモはこちら => Github Action の作り方メモ ドキュメント GitHub Actions について - GitHub Docs Workflow syntax for GitHub Actions - GitHub Docs Expressions - GitHub Docs Contexts - GitHub Docs 使用制限、支払い、管理 - GitHub Docs Environment variables - GitHub Docs ワークフローの定義 リポジトリに次のディレクトリを作成し、その中にYAML形式で定義する。 .github/workflows/ YAMLファイルは名前は自由。複数OK。 ワークフローの構造 ワークフローを

                                                                              Github Actionsの使い方メモ - Qiita
                                                                            • New tool to secure your GitHub Actions

                                                                              Open SourceSecurityNew tool to secure your GitHub ActionsIntroducing a new tool to monitor and control the permissions of the repository token for GitHub Actions. We are excited to release a public beta of actions-permissions, a tool which monitors your GitHub Actions workflows and recommends the minimum permissions required to run them. Every GitHub workflow receives a temporary repository access

                                                                                New tool to secure your GitHub Actions
                                                                              • Manage caches in your Actions workflows from Web Interface

                                                                                April 10, 2023 Caching dependencies and other commonly reused files enables developers to speed up their GitHub Actions workflows and make them more efficient. We have now enabled Cache Management from the web interface to enable developers to get more transparency and control over their cache usage within their GitHub repositories. Actions users who use actions/cache can now: View a list of all c

                                                                                  Manage caches in your Actions workflows from Web Interface
                                                                                • GitHub Actions: Reduce duplication with action composition

                                                                                  August 25, 2021 Previously, actions written in YAML could only use scripts. Now, they can also reference other actions. This makes it easy to reduce duplication in your workflows. For example, the following action uses 3 actions to setup buildx, log in to Docker, and publish an image. By combining these into a single action it provides a larger unit of reuse that you can put into the job of any wo

                                                                                    GitHub Actions: Reduce duplication with action composition