Skip to content

Bump actions/checkout from 4.2.0 to 4.2.1 #21

Bump actions/checkout from 4.2.0 to 4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1 #21

Workflow file for this run

name: Package and Upload
on:
push:
branches:
- master
tags:
- '*'
workflow_dispatch:
jobs:
package:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
with:
fetch-depth: 20
- name: WoW Packager
uses: BigWigsMods/[email protected]
env:
CF_API_KEY: ${{ secrets.CF_API_KEY }}
GITHUB_OAUTH: ${{ secrets.GITHUB_TOKEN }}
WAGO_API_TOKEN: ${{ secrets.WAGO_API_TOKEN }}