Retry ec2_instance SSH connectivity check on connection reset #4
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: Update `latest-devel` tag | |
on: | |
push: | |
branches: | |
- devel | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: write | |
packages: write | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- name: Run latest-tag | |
uses: EndBug/latest-tag@latest | |
with: | |
ref: latest-devel | |
description: This tag is automatically generated on new releases. | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |