Skip to content

Commit

Permalink
fix: Change branch name to latest (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
nomicode authored Dec 17, 2022
1 parent a1c10bf commit f5af1bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/devcontainer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dev Container
name: Dev Container Prebuilds
on:
workflow_dispatch:
schedule:
Expand Down Expand Up @@ -27,14 +27,14 @@ jobs:
cacheFrom: ghcr.io/${{ github.repository }}
push: always
sync-branch:
name: Synchronize Git branch
name: Synchronize branch
if: github.event_name != 'pull_request'
needs: prebuild
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: connor-baer/action-sync-branch@main
with:
branch: docker-edge
branch: latest
token: ${{ secrets.GITHUB_TOKEN }}
force: true

0 comments on commit f5af1bf

Please sign in to comment.