Skip to content

fix bug with double $$ during run cmd #2

fix bug with double $$ during run cmd

fix bug with double $$ during run cmd #2

Workflow file for this run

name: Test Workflow
on:
push:
branches:
- main
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Run my GitHub action
uses: ./
with:
github_pat: ${{ secrets.GITHUB_TOKEN }}