chore(deps): bump ubuntu from 2c12b88
to 4ece736
#198
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Sync the template repository | |
on: # yamllint disable-line rule:truthy | |
pull_request: | |
push: | |
branches: main | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Queue | |
uses: ahmadnassri/action-workflow-queue@v1.1 | |
- name: Checkout | |
uses: actions/checkout@v3.5.3 | |
- name: Sync | |
uses: ahmadnassri/action-template-repository-sync@v2.4.6 | |
with: | |
github-token: ${{ secrets.GH_TOKEN }} |