diff --git a/.github/actions/test_composite_action.yaml b/.github/actions/test_composite_action.yaml new file mode 100644 index 0000000..c8e4a41 --- /dev/null +++ b/.github/actions/test_composite_action.yaml @@ -0,0 +1,13 @@ +--- +name: Test Composite Action +description: test how composite actions work +runs: + using: composite + steps: + - name: clone repo + uses: actions/checkout@v4 + - name: Use a secret + env: + TEST_SECRET: ${{ secrets.TEST_SECRET }} + run: |- + echo "The secret is ${TEST_SECRET}" diff --git a/.github/workflows/spacktainer.yaml b/.github/workflows/spacktainer.yaml.disabled similarity index 100% rename from .github/workflows/spacktainer.yaml rename to .github/workflows/spacktainer.yaml.disabled diff --git a/.github/workflows/test_codebuild.yaml.disabled b/.github/workflows/test_codebuild.yaml similarity index 100% rename from .github/workflows/test_codebuild.yaml.disabled rename to .github/workflows/test_codebuild.yaml