Skip to content

Merge pull request #33 from UtoECat/dependabot/submodules/luau-9c588be #62

Merge pull request #33 from UtoECat/dependabot/submodules/luau-9c588be

Merge pull request #33 from UtoECat/dependabot/submodules/luau-9c588be #62

Workflow file for this run

name: Manual Sync & Pack workflow
on:
push:
branches:
- main
workflow_dispatch:
# Inputs the workflow accepts.
inputs:
name:
# Default value if no value is explicitly provided
default: 'World'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
# This workflow contains a single job called "greet"
syncandpack:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout with submodules
uses: actions/checkout@v2
with:
submodules: true
- name: Run actions script
run: ./actions_pack.sh
- name: Commit and push changes
uses: devops-infra/action-commit-push@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
commit_message: Automatic packing