Git Product home page Git Product logo

Comments (6)

bryanmacfarlane avatar bryanmacfarlane commented on June 11, 2024 1

We will support ## for a few months and advise / sunset. The new syntax is the same but uses :: instead of ##. It's supposed to be rolling to rings any day now (and might be in yours as I write this).

from toolkit.

bryanmacfarlane avatar bryanmacfarlane commented on June 11, 2024

This is changing to ::

from toolkit.

warrenbuckley avatar warrenbuckley commented on June 11, 2024

Yes curious to know what this @damccorm as saw a few commits/lines in other actions such as actions/setup-node etc...

from toolkit.

bryanmacfarlane avatar bryanmacfarlane commented on June 11, 2024

We will document. The ## was problematic as that's a comment in bash so it require quoting which was inconsistent across platforms. The latest version of the runner has the changes so it's now ::. Now that it has rolled out, we will doc for scripts and the toolkit will react.

from toolkit.

eine avatar eine commented on June 11, 2024

I am currently using the following bash function to wrap commands in groups:

pgroup () {
  printf '##[group]'
    echo "$@"
    "$@"
  echo '##[endgroup]'
}

Although @bryanmacfarlane commented that it changed 3 days ago, it is still working. Will this break? Or is it independent from this issue?

from toolkit.

damccorm avatar damccorm commented on June 11, 2024

Added docs in #105 if anyone is still looking for guidance/wants to take a look

from toolkit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.