diff --git a/.github/workflows/test-matrix.yml b/.github/workflows/test-matrix.yml index eb76456..2127a5a 100644 --- a/.github/workflows/test-matrix.yml +++ b/.github/workflows/test-matrix.yml @@ -3,13 +3,13 @@ name: "Action Test" on: push: branches: - - master + - main workflow_dispatch: branches: - - master + - main jobs: - # test action works running from the graph + # test action works running from the graph test: runs-on: ${{ matrix.os }} strategy: @@ -31,7 +31,7 @@ jobs: uses: ./ with: fileName: 'myTemporaryFile.json' - encodedString: ${{ secrets.ENCODED_JSON }} + encodedString: ${{ secrets.ENCODED_JSON }} - name: Echo file run: |