DEV Community

Yuki Kimoto
Yuki Kimoto

Posted on

2

Perl switches to Github Action version 3.

Perl switches to Github Action version 3.

https://github.com/Perl/perl5/commit/09759805931f0241818f46b0c502e05c78cd086d

        env:
          GITHUB_CONTEXT: ${{ toJson(github) }}
        run: echo "$GITHUB_CONTEXT"
      - uses: actions/checkout@v3
        with:
          fetch-depth: 1000
      - name: git setup
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay