Skip to content

Bump actions/github-script from 6 to 7 #12

Bump actions/github-script from 6 to 7

Bump actions/github-script from 6 to 7 #12

Workflow file for this run

name: push
on:
push:
branches-ignore:
- main
tags:
- "*"
permissions:
contents: read
jobs:
dummy:
runs-on: ubuntu-latest
steps:
- run: echo test
tag:
runs-on: ubuntu-latest
needs: dummy
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: ./
with:
dry-run: true