I'm using Atlas 🚀 #4
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: My Action Name | ||
run-name: I'm using Atlas 🚀 | ||
on: [push] | ||
jobs: | ||
use-atlas: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: ariga/setup-atlas@${{§§ github.ref }} | ||
Check failure on line 9 in .github/workflows/setup_atlas.yml GitHub Actions / My Action NameInvalid workflow file
|
||
- run: atlas version |