chore(deps): bump ubuntu from 36fa0c7
to ff0b513
#215
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/[email protected] | |
- name: Checkout | |
uses: actions/[email protected] | |
- name: Sync | |
uses: ahmadnassri/[email protected] | |
with: | |
github-token: ${{ secrets.GH_TOKEN }} |