Skip to content

QR Code Generator

Actions
QR Code Generator
v1.2.0
Latest
Star (10)

Tags

 (1)

QR Code Generator

Test

This action generates a QR Code file.
You can use the generated QR Code anywhere - upload to slack, commit to git, etc.

Usage

uses: snow-actions/[email protected]
with:
  text: 'https://github.com/snow-actions/qrcode'
  path: 'qrcode.png'

Example

name: QRCode
on:
  push:
    branches: [ master ]

jobs:
  build:
    runs-on: ubuntu-latest

    steps:
    - uses: actions/checkout@v4
      with:
        ref: qrcode
    - uses: snow-actions/[email protected]
      with:
        text: https://github.com/snow-actions/qrcode
        path: qrcode.png
    - uses: snow-actions/[email protected]
    - name: You can commit it.
      run: |
        git add qrcode.png
        git commit -m "QR Code"
        git push origin qrcode
    - name: You can upload it to artifact.
      uses: actions/upload-artifact@v1
      with:
        name: qrcode
        path: qrcode.png

QR Code Generator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

QR Code Generator
v1.2.0
Latest

Tags

 (1)

QR Code Generator is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.