GitHub Actions - Composite Run Steps FIRST LOOK

Поделиться
HTML-код
  • Опубликовано: 16 авг 2020
  • You can now create reusable GitHub Actions!.
    You probably have a lot of scripts to automate many tasks, now you can easily turn them into an action and reuse them for different workflows.
    Let's take a look at how to create a GitHub Actions Template, using composite run steps.
    🌟EXCLUSIVE CONTENT🌟
    Do you want to access exclusive content, live chats and Q&As, polls, and even 1:1 calls with me? Join my Patreon: / coderdave
    🆘 NEED HELP? 🆘
    Book a 1:1 Consultation with CoderDave: geni.us/cdconsult
    🙏🏻SUPPORT THE CHANNEL🙏🏻
    Buy me a coffee: www.buymeacoffee.com/CoderDave
    PayPal me donation: paypal.me/dabenveg
    💬JOIN THE COMMUNITY
    ► Website: coderdave.io
    ► Discord: geni.us/cddiscord
    ► Newsletter: coderdave.io/newsletter
    ► Blog: dev.to/n3wt0n
    ► GitHub: github.com/n3wt0n
    ► Twitter: / davidebenvegnu
    ► Facebook: / coderdaveyt
    🎥VIDEOS
    ► Actions Showcase: • Automate EVERYTHING wi...
    ► GitHub Actions manual trigger: • We can START GitHub Ac...
    ► Use GitHub like a Pro: • Use GitHub like a PRO!...
    📄RESOURCES
    ► Official Documentation: docs.github.com/en/actions/cr...
    🎤PODCAST: geni.us/cdpodcast
    ❓QUESTIONS?
    Have a question about DevOps, Cloud, Coding, or Anything Else? Post in comments section of this video!
    🔴SUBSCRIBE to CoderDave here: ruclips.net/user/CoderDave?sub...
    _______________
    👕GET MY MERCH: geni.us/cdmerch
    🔮TOOLS I USE
    ► Twingate - Connect to your Private Resources SECURELY: geni.us/twingate
    ► TubeBuddy - #1 RUclips channel Management tool (FREE): www.tubebuddy.com/CoderDave
    ► Moosend - Free Newsletter and Automation Platform: geni.us/moosend
    📸🖥️GEAR AND SOFTWARE
    ► Music - Epidemic Sound (Get 30 days free): epidemicsound.com/referral/zf...
    ► Editing - Adobe Premiere Pro: geni.us/AdobeVideo
    ► Gear I Use for RUclips: kit.co/CoderDave/gear-i-use-f...
    ► Gear I Use for Streaming: kit.co/CoderDave/gear-i-use-f...
    ► My Computer Setup: kit.co/CoderDave/main-compute...
    ► Full office setup: github.com/n3wt0n/work-from-h...
    Disclaimer:
    Some product links are affiliate links which means if you buy something I'll receive a small commission at no additional cost to you.
    As an Amazon Associate, I earn from qualifying purchases.
  • НаукаНаука

Комментарии • 10

  • @CoderDave
    @CoderDave  3 года назад +2

    ✨ *Question of the Day* ✨: what do you think of this new Composite Run Steps Actions?

  • @samanthapereira44
    @samanthapereira44 3 года назад +2

    Amazing!! This helped me solve an issue I was having with outputs. Thanks a lot!

    • @CoderDave
      @CoderDave  3 года назад +1

      Glad it helped! What problem were you having?

    • @samanthapereira44
      @samanthapereira44 3 года назад +1

      @@CoderDave I was having issues getting the output from a composite run.

  • @ItalanFindart
    @ItalanFindart 3 года назад +2

    Nice video. Thank you.

  • @folextux
    @folextux 3 года назад +2

    Hi! Thanks for the video.
    You mention it is possible to reference actions from the same repository as workflow. But it's not clear how to reference it. Could you please clarify that?
    I've tried `org/repo/action` format, it is marked as invalid by GitHub. Not sure what else to try

    • @CoderDave
      @CoderDave  3 года назад +4

      Good point! You need to use the local relative path.
      Let's assume your Composite Run Steps Actions workflow is in
      _.github/actions/myname/action.yaml_
      then in your action workflow you need to reference it as
      _- _*_uses_*_ : ./.github/actions/myname_

  • @tatajsr13
    @tatajsr13 2 года назад

    Useful, Thanks

    • @CoderDave
      @CoderDave  2 года назад

      Welcome! And thanks for the feedback